An NDoc Documented Class Library

ExFTPConnection.SendUserName Method 

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

public override void SendUserName(
   string user
);

Parameters

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

Remarks

This is only necessary if AutoLogin is false.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace