POST 전송
curl -d "ir1=aaa;" http://aaa.com/aaa.php
curl -X POST -F 'userfile=@/root/image.jpg' http://www.aaa.com/rss/ins_curl_news_input_weather.php
===========================
userfile 이 부분이 php 파일 전달 변수 명과 동일해야 한다.