Thank you Kaspar
I cant get to https://mydomain:8443 because it immediately redirects to https://mydomain:8443/smb/web/view
My hosting support says nothing has changed recently other than maybe an automatic update. (He did not say whether this had occurred) My real issue is to do with the FTPS...
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...
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 first curl command works
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...