curl --location --request POST 'http://192.168.65.220:19999/upfile/' \
--form '=@"/C:/Users/Administrator/Downloads/hemleen-lua-resty-shell-master.zip"'
Warning: Illegally formatted input field!
curl: option --form: is badly used here
curl: try 'curl --help' or 'curl --manual' for more information
把 –form 参数改为 -F 就可以 了
curl --location --request POST http://192.168.65.220:19999/upfile/ -F file=@dist.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
68 8602k 0 0 68 5904k 0 11.6M --:--:-- --:--:-- --:--:-- 11.6M
100 8602k 0 13 100 8602k 16 10.9M --:--:-- --:--:-- --:--:-- 10.9M
save file ok