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'
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'