• 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 Error Backup FTP

Hitradio

New Pleskian
You also have that problem when I at the backup an FTP register that he says that the FTP connection user and password is not correct although all data is correct ... he logs on the FTP s.Txt a text file txt file and deletes you Even when saving the FTP data again comes back error!

Unable to operate the storage: Transport error: unable to delete file: Curl error: (35) SSL connect error: Last FTP request: NLST Last FTP response: 150 Opening data channel for directory listing of "/check0"
Check that you have permissions to delete files from the storage. You can check it independently with the commands:
echo 123 | curl -T - --ftp-create-dirs -v --ftp-pasv --ssl -k -u ixxxxxxxx
ftp://xxx.de/./test-dir/test-file.txt
curl -v --ftp-pasv --ssl -k -u ixxxxxxxx ftp://xxxxx.de/./test-dir/test-file.txt -Q '-DELE test-file.txt'
 
Back
Top