...
And over https with client authentication (Note: it should only be possible to access the server over HTTPS if a valid key/certificate pair is presented):
Code Block |
---|
curl -k-cacert <webserver.crt> --key <clientXX.key> --cert <clientXX.crt> -T <some_file_to_upload> <https://server/dav/> |
...