Supply the user-name to log into an account on the FTP server. Must be followed by the SendPassword(String) method.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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.

See Also