On Tue, 2009-05-12 at 06:17 +0000, Rajagopal Swaminathan wrote:
JohnS <jses27@...> writes:
Is there a method to log the filenames that are downloaded?
Hmm prolly so, I believe for sure wget can do that and also pull files from a server based on a filelist.
Where do you get all those other options because there is no Man Page and lftp --help shows very little. Anyway that is what I use to mirror CentOS 5 4 and 2.1 with and no problems with high CPU usage.
just type lftp. It drops you into a shell and help is your friend. set -a gives you all kinds of variables that can be set
--- I never actually use the shell like that way. Will check the set -a variable later on.