Comment 14 for bug 1423498

Revision history for this message
Stanislav German-Evtushenko (giner) wrote :

Oops, once again:

sudo apt-get install squid3 lftp
echo test > /tmp/file1
touch /tmp/file2
lftp -e "set ftp:proxy http://localhost:3128; set net:max-retries 1; open $USER@localhost; put /tmp/file1; exit"
lftp -e "set ftp:proxy http://localhost:3128; set net:max-retries 1; open $USER@localhost; put /tmp/file2; exit"
sudo cat /var/log/squid3/cache.log