Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.UseFEATCmd

TElSimpleFTPSClient     


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


Specifies, whether to send FEAT command to the server.

Declaration

[C#]
    bool UseFEATCmd;

[VB.NET]
    Property UseFEATCmd As Boolean

[Pascal]
    property UseFEATCmd : boolean;

[C++]
    bool get_UseFEATCmd();
    void set_UseFEATCmd(bool Value);

[PHP]
    bool get_UseFEATCmd()
    void set_UseFEATCmd(bool $Value)

[Java]
    boolean getUseFEATCmd();
    void setUseFEATCmd(boolean Value);

Description

    Use this property to specify, whether FEAT command is to be sent to the server. This command requests supported security mechanisms from FTPS server. Although server is not obliged to respond to it.

Discuss this help topic in SecureBlackbox Forum