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

FTPConnectionSendUserName Method

Supply the user-name to log into an account on the FTP server. Must be followed by the SendPassword(String) method.

Definition

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

Parameters

user  String
User-name of the client's account on the server.

Remarks

This is only necessary if AutoLogin is false.

See Also