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

FTPClientUser Method

Supply the user-name to log into an account on the FTP server. Must be followed by the Password(String) method. Note that Connect must be called first.

Definition

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

Parameters

user  String
User-name.

See Also