• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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