| 
            
              FtpClientPassive Property
             | 
          
        
        
            Gets or sets the passive/active mode of the server.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic bool Passive { get; set; }Public Property Passive As Boolean
	Get
	Set
public:
property bool Passive {
	bool get ();
	void set (bool value);
}member Passive : bool with get, set
function get_Passive();
function set_Passive(value);
 View SourceProperty Value
Boolean
See Also