hosiet/wlt

Less depend on cURL

Opened this issue · 1 comments

zhsj commented
curl --data "name=user&password=pass&cmd=set&type=出口&exp=time" \ 
    http://wlt.ustc.edu.cn/cgi-bin/ip 
wget --post-data="name=user&password=pass&cmd=set&type=出口&exp=time" \
    http://wlt.ustc.edu.cn/cgi-bin/ip -O -

Wget is more common in Debian

Roger that. This will be better.

Shengjing Zhu notifications@github.com 於 2015年10月4日週日 21:59 寫道:

curl --data "name=user&password=pass&cmd=set&type=出口&exp=time"
http://wlt.ustc.edu.cn/cgi-bin/ip

wget --post-data="name=user&password=pass&cmd=set&type=出口&exp=time"
http://wlt.ustc.edu.cn/cgi-bin/ip -O -

Wget is more common in Debian


Reply to this email directly or view it on GitHub
#2.