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 ""