curl.exe

可以使用curl来复制文件

curl file://c:\test\qwq.txt -o qaq.txt
curl -T qaq.txt file://c:\test\

最后更新于