This is a discussion on RE: [squid-users] how to know how much data was sent - squid ; > -----Original Message----- > From: jose b. chua [mailto:jose@njneuromed.org] > > access.log logs all requests made through squid. You would be > interested in > looking at HTTP GET and HTTP PUT for file uploads. The > request type is ...
> -----Original Message-----
> From: jose b. chua [mailto:jose@njneuromed.org]
>
> access.log logs all requests made through squid. You would be
> interested in
> looking at HTTP GET and HTTP PUT for file uploads. The
> request type is in
> the 6th column of the log.
Oops. You'd be interested in POST and PUT for file uploads. GET is for
downloads. Sorry.