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: 9.4.0.40
Syntax
| C# |
|---|
public override void SendPassword( string loginPassword ) |
| Visual Basic |
|---|
Public Overrides Sub SendPassword ( _ loginPassword As String _ ) |
| Visual C++ |
|---|
public: virtual void SendPassword( String^ loginPassword ) override |
Parameters
- loginPassword
- Type: System..::..String
Password of the client's account on the server.
Remarks
This is only necessary if [!:AutoLogin] is false.