Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.QuoteParameters

TElSimpleFTPSClient     See also     


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


Specifies whether the command parameters containing filenames or file paths are quoted.

Declaration

[C#]
    TSBParamQuoteMode QuoteParameters;

[VB.NET]
    Property QuoteParameters As TSBParamQuoteMode

[Pascal]
    property QuoteParameters : TSBParamQuoteMode;

[C++]
    TSBParamQuoteMode get_QuoteParameters();
    void set_QuoteParameters(TSBParamQuoteMode Value);

[PHP]
    integer get_QuoteParameters()
    void set_QuoteParameters(integer $Value)

[Java]
    TSBParamQuoteMode getQuoteParameters();
    void setQuoteParameters(TSBParamQuoteMode Value);

TSBParamQuoteMode values:

Description

    Use this property to specify whether the command parameters that contain filenames or file paths are quoted. Quotation is usually needed when the parameter values contain spaces.

See also:     QuoteParamChar    

Discuss this help topic in SecureBlackbox Forum