| Additional Software and misc | _ | _ | _ |
INDEX
BACK
NEXT
|
_ | _ | _ |
| Preloading pages |
I would suggest using 'wget', which is available from your nearest gnu-mirror, or at ftp.is.co.za since it you won't have to modify it to do the download. You can simply use the --delete-after option and set the appropriate environment variables to get it to use your cache server:
#!/bin/tcsh setenv http_proxy http://proxy.mine.com:3130/ setenv ftp_proxy http://proxy.mine.com:3130/ #DON'T RUN THIS AS ROOT! cd /tmp/junk-url/ rm -rf * wget -r -nd --delete-after http://some.site/
The Squid Users guide is copyright Oskar Pearson oskar@is.co.za
If you like the layout (I do), I can only thank William Mee and hope he forgives me for stealing it