An NDoc Documented Class Library

FTPClient.Login Method 

Login into an account on the FTP server using the user-name and password provided.

public virtual void Login(
   string user,
   string password
);

Parameters

user
User-name.
password
Password.

Remarks

This call completes the entire login process. Note that Connect must be called first.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace