Supply the user-name to log into an account on the FTP server.
Must be followed by the Password(String) method.
Note that Connect()()()() must be called first.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual void User( string user ) |
| Visual Basic |
|---|
Public Overridable Sub User ( _ user As String _ ) |
| Visual C++ |
|---|
public: virtual void User( String^ user ) |
Parameters
- user
- Type: System..::..String
User-name.