You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
echo "sending leopard to server" echo "server response:" curl -F file=@./leop2.jpg http://127.0.0.1:3055/image echo ""
echo "sending leopard to server" echo "server response:" curl -F file=@./leopardtest2.jpg http://127.0.0.1:3055/image echo ""
echo "sending laptop to server" echo "server response:" curl -F file=@./laptoptest.jpg http://127.0.0.1:3055/image echo ""
echo "sending leopard to server" echo "server response:" curl -F file=@./l1.jpg http://127.0.0.1:3055/image echo ""
echo "sending leopard to server" echo "server response:" curl -F file=@./l2.jpg http://127.0.0.1:3055/image echo ""
|