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