• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

Issue Backup error message gives curl command that will fail

kirsteng

New Pleskian
My hosting service provides Plesk
I have been backing up to an Azure App Service FTPS

Backups have started to fail with an error message like

Error: Unable to operate the storage: Transport error: unable to delete directory: Curl error: (67) Login denied: The last FTP request: PASS *****: The last FTP response: 530 User cannot log in
Check if you have permissions to delete folders from the storage. You can check it independently with the commands:
And some curl commands
The first curl command works
The second gives

< 550 The directory is not empty.
* QUOT string not accepted: RMD test-dir

If I delete the file I am then able to use the curl command to remove the directory

I am wondering if something has changed in Azure to prevent non empty directories from being deleteable , and could that be why my backups have started failing.
 
I got an error trying to make this post if I included the curl commands.
They are
curl --ftp-create-dirs -v --ftp-pasv --ssl -k -u myuser\$myuser ftp://myserver.ftp.azurewebsites.windows.net/data/backup/test-dir/
curl -v --ftp-pasv --ssl -k -u myuser\$myuserbackup ftp://myserver.ftp.azurewebsites.windows.net/data/backup/ -Q "-RMD test-dir"
 
Back
Top