edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Determines if the component will automatically log in upon connection.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool AutoLogin { get; set; }
Visual Basic
Public Property AutoLogin As Boolean
	Get
	Set
Visual C++
public:
property bool AutoLogin {
	bool get ();
	void set (bool value);
}

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