Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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/>

...