[vox-tech] ncftpget as a replacement for rsync

Michael J Wenk vox-tech@lists.lugod.org
Mon, 15 Sep 2003 11:35:19 -0700


On Mon, Sep 15, 2003 at 11:22:06AM -0700, Bill Kendrick wrote:
> 
> Okay, I've got a server that allows external FTP uploads from
> various people.
> 
> I have another server onto which I want to grab any new files from that
> FTP server.
> 
> 
> I can use ncftpget to recursively grab EVERYTHING that the users have
> uploaded, but I want only the NEW stuff.
> 
> Obviously, rsync is the perfect tool for this, but (at the moment, at least),
> one can't even SSH into this box remotely!  It's completely locked down,
> except for the FTP uploads (which I presume is locked down 'enough' :) )
> 
> 
> Unfortunately, I don't see any command-line options or anything in
> 'ncftpget' that say "Don't re-download files" :^/
> Only stuff like "Delete after download" and "Append, don't overwrite, local
> files"...
> 
> Ideas?
> 
> (In the meantime, I'm asking if we can get a hole punched to allow rsync ;) )
> 
> 
> -bill!
> 
> -- 
> bill@newbreedsoftware.com                           Got kids?  Get Tux Paint! 
> http://newbreedsoftware.com/bill/       http://newbreedsoftware.com/tuxpaint/
> 
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech

Why not use wget?  

Ive used it in the past to mirror sites, and it does support FTP urls... 

Mike