Re: Moving Files into the cache

From: Oskar Pearson <oskar@dont-contact.us>
Date: Fri, 20 Jun 1997 14:07:39 +0200

"Wolfgang (woifi) Mader" writes:
> Dear Edwin!
>
> Could you please explain a little bit about wget?
It's a program that allows you to download files to disk...
(either with or without a cache)

It's in the gnu archive, one of the places is ftp://ftp.is.co.za/gnu/

try the following for an example (only half tested, btw)

mkdir ~/temp-files
compile wget, copy to home directory

put this in a script

put a line in your cron to run it every x days/hours
------------
#!/bin/tcsh
setenv http_proxy http://127.0.0.1:8080/
cd ~/temp-files
~/wget -nh -nd -r -q --delete-after http://www.somedomain.com/
cd ~
rm -rf ~/temp-files/*
-------------
Received on Fri Jun 20 1997 - 05:11:27 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:33 MST