An NDoc Documented Class Library

FTPClient.User Method 

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

public virtual void User(
   string user
);

Parameters

user
User-name.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace