# Functions
BuildSSHURL builds up a SSH URL to feed ssh @host: hostname @port: port.
New returns a new SFTP Client @host: hostname to connect to @port: port on the hostname @username: username to login @sams: list of ssh.AuthMethod to use.
PrivateKeyAuthMethod returns a ssh.AuthMethod initialized with a private key @privateKeyPath: path to the private key to use.