Back to product page

Login property


Login (username) information that will be sent to the server.

Type

String

Syntax

  • C#
  • VB.NET
String Login {get; set; };

Property Login As String

Remarks

This 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