LumiSoft Net Help
Response Property
NamespacesLumiSoft.Net.FTP.ServerFTP_e_StartedResponse
Gets or sets FTP server response.
Declaration Syntax
C#Visual BasicVisual C++F#
public string Response { get; set; }
Public Property Response As String
	Get
	Set
public:
property String^ Response {
	String^ get ();
	void set (String^ value);
}
member Response : string with get, set
Property Value
Remarks
Response also MUST contain response code(220 / 500). For example: "500 Session rejected."

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119