darcs-beta-2.4.98.5: a distributed, interactive, smart revision control system

Ssh

Synopsis

Documentation

grabSSH :: String -> Connection -> IO ByteStringSource

getSSHSource

Arguments

:: SSHCmd 
-> String

remote 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

data SSHCmd Source

Constructors

SSH 
SCP 
SFTP 

Instances