darcs-2.5.2: a distributed, interactive, smart revision control system

Ssh

Synopsis

Documentation

grabSSH :: String -> Connection -> IO ByteString

getSSH

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

Constructors

SSH 
SCP 
SFTP 

Instances