Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.TransferType

TElSimpleFTPSClient     


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


Specifies the type of transferred data.

Declaration

[C#]
    TSBFTPTransferType TransferType;

[VB.NET]
    Property TransferType As TSBFTPTransferType

[Pascal]
    property TransferType : TSBFTPTransferType;

[C++]
    TSBFTPTransferType get_TransferType();
    void set_TransferType(TSBFTPTransferType Value);

[PHP]
    integer get_TransferType()
    void set_TransferType(integer $Value)

[Java]
    short getTransferType();
    void setTransferType(short Value);

Values:

Description

    Use this property to specify a type of transferred data.
    Default type is 1 (binary data).

Discuss this help topic in SecureBlackbox Forum