Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2000 16:17:25 +0400 (MSD)
From:      "Aleksandr A.Babaylov" <babolo@links.ru>
To:        ron.scott@subdimension.com
Cc:        Ivan@atio.co.za, freebsd-hackers@freefall.freebsd.org
Subject:   Re: ftp transfers
Message-ID:  <200009281217.QAA29239@aaz.links.ru>
In-Reply-To: <Pine.BSF.4.21.0009281307480.13953-100000@gep18-5.nyircatv.broadband.hu> from "Ron Scott" at "Sep 28, 0 01:15:33 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Ron Scott writes:
> Today Ivan van der Merwe wrote:
> > I need to do fequent ftp downloads. I would like to put 
> > this in the crontab if possible.
> > In windows you can specify a file containing 
> > all the files that you want downloaded.
> > 
> > Can I do the same on Unix
> 
> Sure, try wget (/usr/ports/ftp/wget).
> 
> Put all URLs in a text file one/line and execute wget,
> i.e. wget -i inputfile ftp://....
> See wget -h for more useful options.
Or put URLs in a file and do

cat file | xargs -n 1 fetch

-- 
@BABOLO      http://links.ru/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009281217.QAA29239>