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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to