An NDoc Documented Class Library

FTPConnection.SendUserName Method 

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

public virtual 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

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace