Login (username) information that will be sent to the server.
[Visual Basic]
Public Property Login As String[C#]
public string Login {get; set;}[JScript]
public function get,set Login : StringThis value MUST be set for wodFtpDLX.NET to work. Both FTP and SSH protocol specification (on top of which SFTP is running) requires that login/password information is sent during 'handshake' - so there's no user interaction in the login process.
Together with Password property, all the information needed for successful authorization with remote server is stored in these two properties. TODO: If you prefer to use Certificate/PublicKey authentication, look here.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© WeOnlyDo Software. All Rights Reserved.