An NDoc Documented Class Library

FTPConnection.AutoLogin Property

Determines if the component will automatically log in upon connection.

public bool AutoLogin {get; set;}

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

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace