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
The second gives
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 have been backing up to an Azure App Service FTPS
Backups have started to fail with an error message like
The first curl command worksError: 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 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.