Primikov Alexei wrote:
>
> Dear Squd users!
>
> My users are using FTP via Squid and I have a problem that
> users can't create directory on FTP server.
> So maybe there is a special method to add squid.conf?
HTTP does not define a method for creating directories.
Squid creates directories as required when a file is PUT there, so if
you PUT ftp://some.server/path/to/newdir/file then Squid will make sure
the path path/to/newdir exists on the FTP server, creating directories
as needed.
Deletetion of FTP objects via Squid is not yet implemented. HTTP defines
a method for DELETE so this is mostly a matter of implementing, and
getting support in clients.
-- Henrik Nordstrom Squid HackerReceived on Wed Jun 06 2001 - 15:07:00 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:31 MST