property IsUsedExtendedDataAddress: boolean;
Description
The IsUsedExtendedDataAddress property indicates if RFC 2428 NAT extensions are available for the FTP client session.
If IsUsedExtendedDataAddress is True, the 'EPSV' and 'EPRT' commands are used when opening a data channel. Else, the 'PASV' and 'PORT' command are used.
This property is read-only.
See Also