Renci.SshNet.ScpClient
public ScpClient(string host, int port, string username, string password, IRemotePathTransformation remotePathTransformation)
public ScpClient(string host, string username, string password, IRemotePathTransformation remotePathTransformation)
public ScpClient(string host, int port, string username, IRemotePathTransformation remotePathTransformation, IPrivateKeySource[] keyFiles)
public ScpClient(string host, string username, IRemotePathTransformation remotePathTransformation, IPrivateKeySource[] keyFiles)