Name
easy:SetOpt_FTP_Use_Eprt -- enable/disable use of EPRT with FTP
Synopsis
easy:SetOpt_FTP_Use_Eprt(enabled)
Function
Pass a value. If the value is 1, it tells curl to use the EPRT command when doing active FTP downloads (which is enabled by #CURLOPT_FTPPORT). Using EPRT means that it will first attempt to use EPRT before using PORT, but if you pass zero to this option, it will not try using EPRT, only plain PORT.

If the server is an IPv6 host, this option will have no effect as EPRT is necessary then.

Inputs
enabled
input value

Show TOC