[YLUG] Router

Steve Kemp steve at steve.org.uk
Sun Sep 28 15:16:09 UTC 2008


On Sun Sep 28, 2008 at 16:13:48 +0100, Patrick Dupre wrote:

> When I make:
> wget -q -O /var/log/trendnet.log http://admin:@192.168.0.1/system_status.htm
> on my router it only gives the correct return if I previously log
> on the router (through http and a browser: the account is admin and  
> there is not password).

  Try instead specifying the username & password on the command line
 as described by "man wget":

  wget --user=admin --password="" -q -O out.log http://192.168.0.1/system_status.htm

 Failing that drop the "-q" and see what is output by wget?

Steve
-- 
http://www.steve.org.uk/



More information about the York mailing list