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

FTPClientLogin Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void Login(
	string user,
	string password
)

Parameters

user  String
User-name.
password  String
Password.

Remarks

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

See Also