Attempt to log into the server if AutoLogin is on.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

Remarks

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

See Also