On Wed, Sep 29, 1999 at 04:39:02PM +0000, John wrote: > > Does anyone knows I there is an ftp client for Linux Debian with, more > > or less, the same functionality as GoZilla for Windows? > > > > Some of the more interesting caracteristics of GoZilla are: > > > > * Restart donwload if connection fails > > * Continue donwloading (without restart) if connection fails > > * Programmable downloads > > * Posibilityh of downloading dirctories
First off, Go!Zilla isn't an ftp client, it's a download manager. Second, wget will do all of these. You could set a cron daily script to run wget with the option to download files from a list in users home dirs. Granted it's not point and click, but it works great.