Constructor Scp
Scp(string, string, string)
Initializes a new instance of the Scp class using the host, username and password.
public Scp(string host, string user, string password)
Parameters
Scp(string, string)
Initializes a new instance of the Scp class using the host and username.
public Scp(string host, string user)