edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPClientLogin Method

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

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

Parameters

user
Type: SystemString
User-name.
password
Type: SystemString
Password.
Remarks
This call completes the entire login process. Note that Connect must be called first.
See Also