Re: ConnectedEvent (General questions)
This is my Code, do you see any Problems?
sftp1 = new SFTP();
this.sftp1.ConnectedEvent += new WeOnlyDo.Client.SFTP.ConnectedDelegate(this.sftp1_ConnectedEvent);
sftp1.ProxyHostname = 180.44.255.130 ;
sftp1.ProxyLogin = XXXX ;
sftp1.ProxyPassword = XXXX ;
sftp1.ProxyPort = 1080;
sftp1.ProxyType = SFTP.ProxyTypes.ProxySocks4;
sftp1.Authentication = SFTP.Authentications.Password;
sftp1.Login = myUser ;
sftp1.Password = XXXX ;
sftp1.Connect( 222.20.146.238 ,22);