| 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; }
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
Type:
BooleanSee Also