Back to product page

Login property


Holds login information.

Type

A String value.

Syntax

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

Remarks

Once user enter his login (or username), it is stored in this property. You will need this information in LoginPassword event (together with Password property) to decide if you will allow user to connect or not, and also in LoginCertificate event together with user's Certificate.

Platforms

Windows