FTPConnectionSendUserName Method
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: 12.7.0.0
public virtual void SendUserName(
string user
)
Public Overridable Sub SendUserName (
user As String
)
public:
virtual void SendUserName(
String^ user
)
abstract SendUserName :
user : string -> unit
override SendUserName :
user : string -> unit
Parameters
- user String
- User-name of the client's account on the server.
This is only necessary if
AutoLogin is
false.