curl命令简单使用

下载文件

curl -o 1.jpg http://cgi2.tky.3web.ne.jp/~zzh/screen1.JPG

批量下载

curl -o #2_#1.jpg http://cgi2.tky.3web.ne.jp/~{zzh,nick}/[001-201].JPG

续传

curl -c -O http://cgi2.tky.3wb.ne.jp/~zzh/screen1.JPG

POST上传

curl -d "user=nickwolfe&password=12345" http://www.yahoo.com/login.cgi