edtFTPnet/Free - Open-source FTP component for .NET | Download
Log into an account on the FTP server using UserName and Password.

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

Syntax

C#
public virtual void Login()
Visual Basic
Public Overridable Sub Login
Visual C++
public:
virtual void Login()

Remarks

This is only necessary if AutoLogin is false.

See Also