• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Upgrade ftp curl backup protocol to ftps://

Charlie_Davey

New Pleskian
HI

I am trying to connect to a sharefileftp server to backup a specific domain. The problem i have is that when the curl request is made it is sent with a ftp:// instead of a ftps:// which fails the login. I have switched on secure FTPS policies etc.

When i enter the settings into the FTP(S) Storage settings it says check you can connect with the following command

I then manually test the connection from terminal:

curl -v --ftp-pasv --ssl -k -u EXAMPLE 'ftp://EXAMPLE.sharefileftp.com:990/EXAMPLE/'

This does not work, but when i change ftp:// to ftps:// it works

curl -v --ftp-pasv --ssl -k -u EXAMPLE 'ftps://EXAMPLE.sharefileftp.com:990/EXAMPLE/'

(Details replaced with EXAMPLE)

I have looked but cannot seem a find to set the protocol by default. Could anyone advise?

Screenshot 2022-04-13 at 11.32.23.png

Charlie
 
Back
Top