edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Attempt to log into the server if AutoLogin is on.

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

Syntax

C#
protected override bool PerformAutoLogin()
Visual Basic
Protected Overrides Function PerformAutoLogin As Boolean
Visual C++
protected:
virtual bool PerformAutoLogin() override

Remarks

A login attempt will take place only if the UserName property and (optionally) the Password property have been set.

See Also