edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

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
Syntax
public bool AutoLogin { 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