Login into an account on the FTP server using the user-name and password provided.

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

Syntax

C#
public virtual void Login(
	string user,
	string password
)
Visual Basic
Public Overridable Sub Login ( _
	user As String, _
	password As String _
)
Visual C++
public:
virtual void Login(
	String^ user, 
	String^ password
)

Parameters

user
Type: System..::..String
User-name.
password
Type: System..::..String
Password.

Remarks

This call completes the entire login process. Note that Connect()()()() must be called first.

See Also