Paul Slootman <[EMAIL PROTECTED]> writes: > When trying to access an URL similar to the following: > > >ftp://username:[EMAIL PROTECTED]/europe-download/software/dvr5000hdd/dvr5000hdd_400.zip > > wwwoffle still tries to log in anonymously, even though it detected that > a user / password was supplied:
I have just tried this locally with a username and password to access ftp://localhost/ and I did not have these problems (but others, see later). > wwwoffled[5720] Information: HTTP Proxy connection from host localhost (127.0.0.1). > wwwoffles[5720] Information: >URL='ftp://ftp.echostar.com/europe-download/software/dvr5000hdd/dvr5000hdd_400.zip' >(With username/password). > wwwoffles[5720] Debug: proto='ftp'; host='ftp.echostar.com'; >path='/europe-download/software/dvr5000hdd/dvr5000hdd_400.zip'; args='(null)'; >user:pass='username:password'. > wwwoffles[5720] Debug: Requesting URL (Error status (503)). > wwwoffles[5720] Warning: Got '530 User anonymous cannot log in.' message after >sending 'PASS' command to FTP server. > wwwoffles[5720] Important: Exiting. I don't know why this should be happening like this. Can you try repeating this with localhost and run wwwoffled with the '-d 6' option to get ALL of the FTP messages. The problems that I saw when trying to access ftp://localhost/ with a username and a password were that the directory relocation message that comes back for ftp://username:password@localhost/foo when foo is a directory was for ftp://localhost/foo/ which has dropped the username and password. Also the links from the HTML directory entries failed since they also omitted the username and password. -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html
