EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3FTPOptions.PassiveMode

TElAS3FTPOptions    


 

Specifies if passive or active data transfer mode should be used for uploads and downloads.

 
 

Declaration

[C#]
    bool PassiveMode = false;

[VB.NET]
    Property PassiveMode As Boolean

[Pascal]
    property PassiveMode : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    If the property is set to True, the passive mode will be used. In passive mode, if the data connection is needed, the server opens listening socket and accepts data connection to it. If active mode is used, the listening socket is opened by the client side. Using passive mode is reasonable if a client is located behind a firewall or proxy software.
    Default value is False.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation