FTPConnectionAutoLogin Property |
Determines if the component will automatically log in upon connection.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic bool AutoLogin { get; set; }Public Property AutoLogin As Boolean
Get
Set
public:
property bool AutoLogin {
bool get ();
void set (bool value);
}member AutoLogin : bool with get, set
Property Value
Type:
Boolean
Remarks
If this flag if true (the default) then the component will automatically attempt
to log in when the Connect method is called. The UserName and
Password (if required) properties should be set previously.
If the flag is false then the component will not log in until the Login
method is called.
See Also