LumiSoft Mail Server User API
PassiveMode Property
Namespaces > LumiSoft.Net.FTP.Client > FTP_Client > PassiveMode
Gets data connection mode. Passive - client connects to ftp server. Active - ftp server connects to client.
Syntax
C#Visual BasicManaged C++
public bool PassiveMode { get; set; }
Public Property PassiveMode As Boolean
public:
bool PassiveMode {
	bool get ();
	void set (bool value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)