On Thu, 13 Oct 2005, Joost de Heer wrote:
1) does some situation exist where large HTTP outbound transfers are
done without any Content-Length header? This would make it possible for
users to work around my acl;
chunked responses (Transfer-encoding: chunked) don't contain Content-Length.
But is not supported at all by Squid.
So you'll only have ftp-over-http, and that doesn't allow ftp puts.
ftp-over-http does allow FTP PUTs, but is limited by the same request size
limitations as HTTP requests.
Regards
Henrik