Hi all, I use Squid/2.4.STABLE6 and have some problems accessing a particular ftp site.
_ When trying to access the site using my squid I get a 404 error page that tells me: The following URL could not be retrieved: ftp://[EMAIL PROTECTED]/directory1/directory2 Squid sent the following FTP command: CWD directory1 and then received this reply directory1: Access is denied. This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at ftp://[EMAIL PROTECTED]/%2f/directory1/directory2. _ When trying to access this site using a simple ftp client I get the same error (when I do "cd directory1" I get "550 raft: Access is denied."). But "cd directory1/directory2" is working ! _ And when trying to access this site using an IE 6 browser I can reach it without any problems. I assume that IE is doing directly "cd directory1/directory2" Is there a solution to make squid going directly to directory1/directory2 instead of going to directory1 and then directory2 ? I hope my bad English is clear enough to understand... Davy
