Hi,
meine Ergebnisse zum Thema wget (GNU wget-1.11) & rapidshare:
rapidshare.com
Code:
--2008-01-29 22:49:42-- http://www.rapidshare.com/
Resolving www.rapidshare.com... failed: Unknown error.
wget: unable to resolve host address `www.rapidshare.com'
aber:
# ping www.rapidshare.com
www.rapidshare.com is alive!
und siehe da, über die IP gehts doch...
# ./wget http://195.122.131.7
--2008-01-29 23:16:06-- http://195.122.131.7/
Connecting to 195.122.131.7:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5260 (5.1K) [text/html]
Saving to: `index.html.2'
100%[=======================================>] 5,260 --.-K/s in 0.01s
2008-01-29 23:16:06 (381 KB/s) - `index.html.2' saved [5260/5260]
auch mit der AMIT Version:
# wget http://195.122.131.7
connected!
Length: 5,260 [text/html]
rapidshare.de
Code:
# ./wget http://www.rapidshare.de
--2008-01-29 22:49:18-- http://www.rapidshare.de/
Resolving www.rapidshare.de... 130.117.156.250
Connecting to www.rapidshare.de|130.117.156.250|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4105 (4.0K) [text/html]
Saving to: `index.html.1'
100%[=======================================>] 4,105 --.-K/s in 0.02s
2008-01-29 22:49:18 (205 KB/s) - `index.html.1' saved [4105/4105]
kann sich da jemand einen Reim drauf machen? Warum kann GNU-wget die Adresse von www.rapidshare.com nicht auflösen? wget in der busybox schon?
schufti