Re: [squid-users] [REPOST] Problem with ftp permissions

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 26 Jul 2004 01:16:30 +0200 (CEST)

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
Received on Sun Jul 25 2004 - 17:16:32 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT