Disables a workaround for FTP servers that announce private range IP addresses even though
a public IP was used to connect to them. By default, when such server is detected,
an IP address announced by the server in response to PASV command used is overrode
with an IP used by the control connection.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Property DisableInvalidPassiveModeAddressWorkaround As Boolean Get Set |
C# |
---|
public bool DisableInvalidPassiveModeAddressWorkaround { get; set; } |