property IgnoreServerPassiveHost: boolean; default False;
Description
The IgnoreServerPassiveHost property determines the IP address to be used in Passive mode of data channel creation.
If IgnoreServerPassiveHost is False, then a client when creating a data channel will connect to the IP address obtained from the FTP server as a result of the corresponding request.
If IgnoreServerPassiveHost is True, then a client when creating a data channel will connect to the same IP address, which the current FTP connection is established with.
The default value is False.