Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bash スクリプトを使用して POST メッセージを送信したいと思います。本文には画像があるはずですが、それらを配置する方法がわかりません。
そのために cURL を使用できます。
curl -F File=@/path/to/your/file http://your.url
それでもうまくいかない場合は、質問に詳細を追加してください。