edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientPassword Method

Supplies the password for a previously supplied user-name to log into the FTP server. Must be preceeded by the User(String) method

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void Password(
	string password
)

Parameters

password  String
Password.

See Also