FtpSettings.DisableInvalidPassiveModeAddressWorkaround Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
DisableInvalidPassiveModeAddressWorkaround
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.
Declaration
public bool DisableInvalidPassiveModeAddressWorkaround { get; set; }
Property Value
Type | Description |
---|---|
Boolean |