Hello,
on my machine with Cents 6.8 and Plesk 17 I have a problem to use FTPs within the Backup Manager.
If I enable the option to use FTPS I will get the following error in Plesk:
Unable to access to the storage: Transport error: unable to list directory: Curl error: (7) Couldn't connect to server: Last FTP request: PASV Last FTP response: 227 Entering Passive Mode (185,9,31,175,217,4)
Make sure you have entered the correct storage settings. You can check them independently with the command:
curl -v --ftp-pasv --ssl -k -u user 'server'
If I try this code in console I will get the following error:
curl: option --ssl: is ambiguous
curl: try 'curl --help' or 'curl --manual' for more information
And if I use the code like this in the console:
curl -v --ftp-pasv --sslv3 -k -u user 'server'
Everything is fine.
So my question is: How to change the option of the curl call?
Hope someone can help me.
Best regards.
udoersam
on my machine with Cents 6.8 and Plesk 17 I have a problem to use FTPs within the Backup Manager.
If I enable the option to use FTPS I will get the following error in Plesk:
Unable to access to the storage: Transport error: unable to list directory: Curl error: (7) Couldn't connect to server: Last FTP request: PASV Last FTP response: 227 Entering Passive Mode (185,9,31,175,217,4)
Make sure you have entered the correct storage settings. You can check them independently with the command:
curl -v --ftp-pasv --ssl -k -u user 'server'
If I try this code in console I will get the following error:
curl: option --ssl: is ambiguous
curl: try 'curl --help' or 'curl --manual' for more information
And if I use the code like this in the console:
curl -v --ftp-pasv --sslv3 -k -u user 'server'
Everything is fine.
So my question is: How to change the option of the curl call?
Hope someone can help me.
Best regards.
udoersam