Description
-
Holds login information.
Property type
-
A String value.
Syntax
-
object.Login [= value]
The Login Property syntax has these parts:
| object |
An expression
evaluating to an object of type FtpUser. |
| value |
A 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.
|