Dieter Kuntz wrote:
I want to get the status-page of my router. the login of the router
consists
only of a password, no username. that is the problem, I cannot login
with wget. can somebody help me?
What protocol are you using?? HTTP,FTP,Telnet? How do you usually do that, not using wget?

From what OS? What is the router maker/model?

If it is http, see thte manual for --http-user and don't include them in the URL. If it is FTP... well try to 'escape the empty username something like:

wget ftp://:[EMAIL PROTECTED]/whereisthefile
wget ftp://'':[EMAIL PROTECTED]/whereisthefile
wget ftp://"":[EMAIL PROTECTED]/whereisthefile
wget 'ftp://:[EMAIL PROTECTED]/whereisthefile'
...

etc. Dont have time to look in the source code now, if you do have a look when an empty username will be accepted. Are you sure you have no user name?? And once again, what is the protocol you are trying to use??

Kalin.


--
||///_ o *****************************
||//,_/> WWW: http://ThinRope.net/
|||\ <"
|||\\ '
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



Reply via email to