Supply the user-name to log into an account on the FTP server.
Must be followed by the SendPassword(String) method.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual void SendUserName( string user ) |
| Visual Basic |
|---|
Public Overridable Sub SendUserName ( _ user As String _ ) |
| Visual C++ |
|---|
public: virtual void SendUserName( String^ user ) |
Parameters
- user
- Type: System..::..String
User-name of the client's account on the server.
Remarks
This is only necessary if AutoLogin is false.