• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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