标签: rest curl cmd
我可以通过Windows中的cmd通过以下命令放置文件:
C:> curl -v --user testName:testPW --data-binary @ test.txt -X PUT myServer
上面的命令会将test.txt添加到服务器,但是如何将整个文件夹与其所有子内容一起放入?
谢谢!