We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DIR=log && ls $DIR |xargs -n 1 -I {} curl -s -F path=$DIR -F file=@$DIR/{} http://10.1.50.90:8080/upload 上面命令的log为要上传的目录,如果代码上传就是简单的循环上传就OK。