Back to product page

Login property


Determines username/login to be used with server.

Type

A String value. Represent your login/username on remote server.

Syntax

  • Basic
object.Login[= value]
The Login(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueA String value.

Remarks

This value MUST be set for wodFtpDLX 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. If you prefer to use Certificate/PublicKey authentication, look here.

Login is ignored only when authSiteCertificate authentication is selected.

Platforms

Windows