Пример #1
0
 public override void Connect(string Host, int Port, string Username, string Password, int timeout = 10000)
 {
     this.Host = Host;
     this.Port = Port;
     this.Username = Username;
     this.Password = Password;
     this.timeout = timeout;
     _Ftp = null;
 }