 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
Boolean
See Also