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

ExFTPConnectionSendPassword Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override void SendPassword(
	string loginPassword
)

Parameters

loginPassword  String
Password of the client's account on the server.

Remarks

This is only necessary if [!:AutoLogin] is false.

See Also