An NDoc Documented Class Library

FTPConnection.SendPassword Method 

Supply the password for the previously supplied user-name to log into the FTP server. Must be preceeded by the SendUserName method

public virtual void SendPassword(
   string loginPassword
);

Parameters

loginPassword
Password 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