easy:SetOpt_FTP_Use_Eprt(enabled)
#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.