Gets/Sets the username used to log in to the FTP server.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public string User { get; set; }
Visual Basic
Public Property User As String
	Get
	Set
Visual C++
public:
property String^ User {
	String^ get ();
	void set (String^ value);
}

See Also