| glider126 ( @ 2005-07-10 22:21:00 |
终于搞定动态虚拟域名了(谢谢joe的帮助)
lynx -mime_header -auth=user:pass "http://members.3322.org/dyndns/update?s ystem=dyndns&hostname=xxxx.3322.org&wild card=OFF"
lynx -dump -auth=user:pass "http://members.3322.org/dyndns/update?s ystem=dyndns&hostname=xxxx.3322.org&wild card=OFF"
links -dump "http://user:pass@members.3322.org/dynd ns/update?system=dyndns&hostname=xxxx.33 22.org&wildcard=OFF"
这次开始大意了 没有给url加引号~~~
lynx -dump -auth=user:pass http://members.3322.org/dyndns/update?s ystem=dyndns&hostname=xxxx.3322.org&wild card=OFF
有& ,怪不得一直得不到结果,语句被"&"分割成好几句了
还好joe给我得一个例子中有 引号把url给包起来了。
lynx -mime_header -auth=user:pass "http://members.3322.org/dyndns/update?s
lynx -dump -auth=user:pass "http://members.3322.org/dyndns/update?s
links -dump "http://user:pass@members.3322.org/dynd
这次开始大意了 没有给url加引号~~~
lynx -dump -auth=user:pass http://members.3322.org/dyndns/update?s
有& ,怪不得一直得不到结果,语句被"&"分割成好几句了
还好joe给我得一个例子中有 引号把url给包起来了。