Supplies the password for a previously supplied
user-name to log into the FTP server. Must be
preceeded by the User(String) method
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual void Password( string password ) |
| Visual Basic |
|---|
Public Overridable Sub Password ( _ password As String _ ) |
| Visual C++ |
|---|
public: virtual void Password( String^ password ) |
Parameters
- password
- Type: System..::..String
Password.