Protocol FTPES not supported or disabled in libcurlFile upload error
My customer getting the following error while using ftpes to connect to the server.
Error: Protocol FTPES not supported or disabled in libcurlFile upload error
He used the following script to connect the server
---------------
$options = array(
CURLOPT_CONNECTTIMEOUT => 25,//waiting time, in seconds
CURLOPT_PORT => FTP_PORT,
CURLOPT_URL =>'FTPES://'.FTP_HOST.'/'.FTP_FILENAME,
CURLOPT_USERPWD => FTP_USER.':'.FTP_PASS,
CURLOPT_UPLOAD => 1,
CURLOPT_INFILE => $fp,
CURLOPT_INFILESIZE => filesize($meta['uri">),
CURLOPT_TRANSFERTEXT => true,
);
Please help
-
Hello, Could you let us know what's configured for "TLS Encryption Support" in "WHM >> FTP Server Configuration"? Also, are you able to reproduce the issue with additional accounts in FTP clients such as Filezilla? Thank you. 0 -
Hello Michael, TLS Encryption is set to "Required ( Command/Data)". >>> Also, are you able to reproduce the issue with additional accounts in FTP clients such as Filezilla? We have disabled plain text login, so main cPanel user only has the ftp access. Hello, Could you let us know what's configured for "TLS Encryption Support" in "WHM >> FTP Server Configuration"? Also, are you able to reproduce the issue with additional accounts in FTP clients such as Filezilla? Thank you.
0
Please sign in to leave a comment.
Comments
3 comments