tis 2009-10-06 klockan 16:20 +0200 skrev [email protected]: > Hello all, > > my problem is that squid does not send auth dialog box back to the client > (sender/browser) ie*, firefox etc. > > simple example > > http://upload.ftpserver.com (auth popup appears) > > > ftp://upload.ftpserver.com (popup does not appear)
That URL is by definition anonymous FTP. To access non-anonymous FTP you need to use ftp://user:[email protected]/ With some browsers you can leave out the :password part and Squid will prompt the browser for login credentials, but some of the main browsers do not support this. Regards Henrik
