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:

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.

Using strace I saw:

read(9, "220 riv-ftp Microsoft FTP Servic"..., 64) = 50
time(NULL)                              = 1042654555
write(9, "USER anonymous\r\n", 16)      = 16
[...]
read(9, "331 Password required for anonym"..., 64) = 38
time(NULL)                              = 1042654555
write(9, "PASS root@wurtel\r\n", 18)    = 18
[...]
read(9, "530 User anonymous cannot log in"..., 64) = 35


These are probably the FTPOptions settings; I have:

 anon-username = anonymous
 #anon-password =



Paul Slootman

Reply via email to