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: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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.