Hi,
On Fri, Sep 11, 2009 at 14:29, Dave dave.mehler@gmail.com wrote:
I was wondering if either ncftpget or wget could do like an auto get and keep getting more and more until it has the complete file?
Yes, you can do that with wget -c.
See "man wget", you might also want to see "--ftp-user" and "--ftp-password" options, and also the possible use of .wgetrc or .netrc to store passwords without passing them on the command line.
I believe it's also possible to achieve the same using ncftp/ncftpget, but it's been a while I haven't used those, you might want to check the man pages of those as well.
HTH, Filipe