Click or drag to resize

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; }

Property Value

Type: Boolean
See Also