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.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Property DisableInvalidPassiveModeAddressWorkaround As Boolean
	Get
	Set
C#
public bool DisableInvalidPassiveModeAddressWorkaround { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also