FTP account username

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

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

Remarks

If not set Anonymous FTP access is assumed

See Also