edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionPerformAutoLogin Method

Attempt to log into the server if AutoLogin is on.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual bool PerformAutoLogin()

Return Value

Boolean

Remarks

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

See Also