Gets and sets the FTP account name for the current user.
Syntax
object.Account [= account]
The object is an expression that evaluates to a FileTransfer
object. The property returns a string value.
Remarks
The Account property specifies the account name of the
current user, if it is required by the server for
authentication.
Note that not all servers require an account name, in which case
this property is ignored.
Data Type
String
See Also
Password Property, UserName Property, Connect Method
|