Password of account on the server or the passphrase of the private key file.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public string Password { get; set; } |
| Visual Basic |
|---|
Public Property Password As String Get Set |
| Visual C++ |
|---|
public: property String^ Password { String^ get (); void set (String^ value); } |
Field Value
The password of the account on the server.
Remarks
This property must be set before a connection with the server is made. For
backwards compatability, if the ClientPrivateKeyFile
property is set and ClientPrivateKeyPassphrase is not set, then this password is also set to
the passphrase of the private key to be supplied.