On Tue, 15 Jun 2004, DOUHINE Davy wrote: > 2) Using ftp client with NO squid: KO > I get the same error. > When I do "cd directory1" I get "550 raft: Access is denied.". > But "cd directory1/directory2" is working !
Funny FTP server.. you then need to encode that / as it if was a ordinary character and not a directory separator.. (use %2f instead of /) > 3) Using IE6 with NO squid: OK !!! > I assume that IE is doing directly "cd directory1/directory2" Yes, in violation with the RFC on how to process ftp:// URLs.. > Is there a solution to make squid going directly to directory1/directory2 > instead of going to directory1 and then directory2 ? Yes, by making a directory component which is "directory1/directory2". This is "directory1%2fdirectory2". Regards Henrik
