Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.AdjustPasvAddress

TElSimpleFTPSClient     See also     


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


This property specifies whether the address of the remote host in passive mode should be adjusted automatically.

Declaration

[C#]
    bool AdjustPasvAddress;

[VB.NET]
    Property AdjustPasvAddress As Boolean

[Pascal]
    property AdjustPasvAddress: boolean;

[C++]
    bool get_AdjustPasvAddress();
    void set_AdjustPasvAddress(bool Value);

[PHP]
    bool get_AdjustPasvAddress()
    void set_AdjustPasvAddress(bool $Value)

[Java]
    boolean getAdjustPasvAddress();
    void setAdjustPasvAddress(boolean Value);

Description

    If this property is set to True, in passive mode data transfer, TElSimpleFTPSClient will automatically set the address of the remote host to that from the control connection.

See also:     PassiveMode     Address    

Discuss this help topic in SecureBlackbox Forum