hello
I would like to configure plesk to backup on a FTP server.
My distant FTP is run on a distant server on ubuntu 19 with pure-ftpd
I can connect on it with filezilla without any problem
when I configure the connexion on plesk I get an error
Erreur: Unable to operate the storage: Transport error: unable to delete file: Curl error: (56) Failure when receiving data from the peer: Last FTP request: NLST Last FTP response: 150 Accepted data connection
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 userbkp 'ftp://xx.xxx.xx.xx/./test-dir/test-file.txt'
curl -v --ftp-pasv --ssl -k -u userbkp 'ftp://xx.xx.xx.xx/./test-dir/test-file.txt' -Q '-DELE test-file.txt'
I've tested the commands by SSH and all is working fine ... the file is created and deleted
I've verified and the directive Backup to external FTP fails on Plesk: Transport error: unable to list directory: Curl error: Transferred a partial file
TLSOptions NoSessionReuseRequired
is active in my /etc/proftpd.conf
I've tried to comment this directive and restart the process ... same result
may you please help me ... I dont know what to do more
thanks you
I would like to configure plesk to backup on a FTP server.
My distant FTP is run on a distant server on ubuntu 19 with pure-ftpd
I can connect on it with filezilla without any problem
when I configure the connexion on plesk I get an error
Erreur: Unable to operate the storage: Transport error: unable to delete file: Curl error: (56) Failure when receiving data from the peer: Last FTP request: NLST Last FTP response: 150 Accepted data connection
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 userbkp 'ftp://xx.xxx.xx.xx/./test-dir/test-file.txt'
curl -v --ftp-pasv --ssl -k -u userbkp 'ftp://xx.xx.xx.xx/./test-dir/test-file.txt' -Q '-DELE test-file.txt'
I've tested the commands by SSH and all is working fine ... the file is created and deleted
I've verified and the directive Backup to external FTP fails on Plesk: Transport error: unable to list directory: Curl error: Transferred a partial file
TLSOptions NoSessionReuseRequired
is active in my /etc/proftpd.conf
I've tried to comment this directive and restart the process ... same result
may you please help me ... I dont know what to do more
thanks you