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
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void SendPassword(
string loginPassword
)
Public Overrides Sub SendPassword (
loginPassword As String
)
public:
virtual void SendPassword(
String^ loginPassword
) override
abstract SendPassword :
loginPassword : string -> unit
override SendPassword :
loginPassword : string -> unit
Parameters
- loginPassword String
- Password of the client's account on the server.
This is only necessary if [!:AutoLogin] is false.