wodFtpDLX ActiveX Control - Login Property
      
 

Description

Determines username/login to be used with server.


Property type

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


Syntax

object.Login [= value]



The Login Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFtpDLX.
value A 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.