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: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
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.