Curl用法
- https://curl.se/docs/manual.html
- https://daichangya.github.io/everything-curl/#/book/cmdline-options.zh
操作webdav
上传文件到WebDAV服务器:
curl -u username:password -T /local/path/to/file.ext "https://webdav.example.com/remote/path/"
2.
curl -u username:password -T /local/path/to/file.ext "https://webdav.example.com/remote/path/"
2.