Discuss this help topic in SecureBlackbox Forum
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,
the address of the remote host will be automatically set to that from the control connection.
Discuss this help topic in SecureBlackbox Forum