Thanks for your reply… I’m getting there because I can now remotely create directory’s. The last step would be to upload my tar.gz files to the folder I’ve created. This error shows up while trying to upload a file:
> <?xml version="1.0" encoding="utf-8"?>
> <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
> <s:exception>Sabre\DAV\Exception\Conflict</s:exception>
> <s:message>PUT is not allowed on non-files.</s:message>
> </d:error>
Your script looks good though, so maybe that’ll solve my problems!