darcs-2.1.98.2: a distributed, interactive, smart revision control systemSource codeContentsIndex
Ssh
Synopsis
grabSSH :: String -> Connection -> IO ByteString
runSSH :: SSHCmd -> String -> [String] -> [String] -> Redirects -> IO ExitCode
getSSH :: SSHCmd -> String -> IO (String, [String])
copySSH :: String -> FilePath -> IO ()
copySSHs :: String -> [String] -> FilePath -> IO ()
data SSHCmd
= SSH
| SCP
| SFTP
Documentation
grabSSH :: String -> Connection -> IO ByteStringSource
runSSH :: SSHCmd -> String -> [String] -> [String] -> Redirects -> IO ExitCodeSource
getSSHSource
:: SSHCmd
-> Stringremote path
-> IO (String, [String])
Return the command and arguments needed to run an ssh command along with any extra features like use of the control master. See getSSHOnly
copySSH :: String -> FilePath -> IO ()Source
copySSHs :: String -> [String] -> FilePath -> IO ()Source
data SSHCmd Source
Constructors
SSH
SCP
SFTP
show/hide Instances
Produced by Haddock version 2.4.2