edtFTPnet/Free - Open-source FTP component for .NET | Download

FTPConnectionPerformAutoLogin Method

Attempt to log into the server if AutoLogin is on.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.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