Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.ExtPassiveOnly

TElFTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if only extended passive mode is allowed.

Declaration

[C#]
    bool ExtPassiveOnly;

[VB.NET]
    Property ExtPassiveOnly As Boolean

[Pascal]
    Property ExtPassiveOnly : boolean;

[C++]
    bool get_ExtPassiveOnly();

[PHP]
    bool get_ExtPassiveOnly()

[Java]
    boolean getExtPassiveOnly();

Description

    This property returns True if the server has received the EPSV ALL command, and all data commands such as PORT, PASV and ERPT are ignored.

See also:     OnExtPassiveModeRequest    

Discuss this help topic in SecureBlackbox Forum