Click or drag to resize

FtpIgnorePassiveModeLocalAddress Property

Gets or sets the value indicating if a workaround for FTP servers that announce private range IP addresses even though a public IP was used for control connection. By default, when such address is detected, an IP address announced by the server in response to PASV command is ignored. Control's connection address is used instead. Default is .

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public bool IgnorePassiveModeLocalAddress { get; set; }

Property Value

Type: Boolean
See Also