Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

CURL.SetOptionFTPUseEPRT

Whether to use EPRT command.

Component Version macOS Windows Linux Server iOS SDK
CURL 2.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.SetOptionFTPUseEPRT"; curl; Value )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl
Value Whether to use EPRT command: 1 for EPRT, 0 for no EPRT. 1

Result

Returns "OK" on success.

Description

Whether to use EPRT command.
If the value is 1, it tells curl to use the EPRT (and LPRT) command when doing active FTP downloads (which is enabled by CURL.SetOptionFTPPort). Using EPRT means that it will first attempt to use EPRT and then LPRT before using PORT, but if you pass zero to this option, it will not try using EPRT or LPRT, only plain PORT.

If the server is an IPv6 host, this option will have no effect.

See also FTP_USE_EPRT option in CURL manual.

See also

Blog Entries

Created 18th August 2014, last changed 18th August 2014


CURL.SetOptionFTPSkipPasvIP - CURL.SetOptionFTPUseEPSV