| FtpIgnorePassiveModeAddress Property |
Ignores address sent by the FTP server for data connections in
Passive mode in response to PASV command.
Default is
.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool IgnorePassiveModeAddress { get; set; }
Public Property IgnorePassiveModeAddress As Boolean
Get
Set
public:
property bool IgnorePassiveModeAddress {
bool get ();
void set (bool value);
}
member IgnorePassiveModeAddress : bool with get, set
Property Value
Type:
BooleanSee Also