To vaguely go intto it Programs that adjust incomming buffersizes like the one you use need to be directly connected to the connection and cannot be proxied properly. On small file s they might work but on larger file corruption usually occurs. Why ?
Because it is not a problem in any program but a by product of what is happening on the connection. When you connect through squid it ~proxies back, buy connecting to the site and "relaying" the information back to the calling client. Simplest thing is to do is not configure the program to go through squid. So there by having the session created ftpclient ---> ftpserver directly. -----Original Message----- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 3:40 AM To: Copland Cc: Squid Users Subject: Re: [squid-users] ftp receive buffer size? On Tue, 23 Sep 2003, Copland wrote: > > Hello, Henrik. > Problem is not with REST support (my ftpd does, squid allows resuming > too), poblem is that squid reads too much data ahead (in my example, > i've requested only ~20 KB, and squid read 272). Do you know how can I > fix that? Thanx in advance. What did your request look like? FTP does not have the concept of requesting only ~20KB unless these ~20KB are the last ~20KB of the file. Regards Henrik
