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

Maintainerdarcs-devel@darcs.net
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Darcs.Repository.Ssh

Description

 

Synopsis

Documentation

data SSHCmd Source

Constructors

SSH 
SCP 
SFTP 

getSSH :: SSHCmd -> IO (String, [String]) Source

Return the command and arguments needed to run an ssh command First try the appropriate darcs environment variable and SSH_PORT defaulting to "ssh" and no specified port.