 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IgnorePassiveModeLocalAddress { get; set; }Public Property IgnorePassiveModeLocalAddress As Boolean
Get
Set
public:
property bool IgnorePassiveModeLocalAddress {
bool get ();
void set (bool value);
}member IgnorePassiveModeLocalAddress : bool with get, set
Property Value
Boolean
See Also