property UseExtendedDataAddress: boolean; default False;
Description
The UseExtendedDataAddress property declares if RFC 2428 NAT extensions will be available for the FTP client session.
Set UseExtendedDataAddress to True, to use the 'EPSV' and 'EPRT' commands when opening a data channel. Else, the 'PASV' and 'PORT' command will be used.
The default value is False.