Curl用法:修订间差异

Admin留言 | 贡献
无编辑摘要
Admin留言 | 贡献
无编辑摘要
第1行: 第1行:
* https://curl.se/docs/manual.html
* https://curl.se/docs/manual.html
* https://daichangya.github.io/everything-curl/#/book/cmdline-options.zh
* https://daichangya.github.io/everything-curl/#/book/cmdline-options.zh
= 操作webdav =
== 上传文件到WebDAV服务器: ==
<syntaxhighlight lang="bash">
curl -u username:password -T /local/path/to/file.ext "https://webdav.example.com/remote/path/"
</syntaxhighlight>2.
[[分类:命令行工具]]
[[分类:命令行工具]]
[[分类:Curl]]
[[分类:Curl]]