Re: WAS: non-interactive FTP to transfer file

2002-08-28 Thread Nick Lindsell
At 11:13 28/08/2002 -0400, you wrote: >Does anybody know how to do recursive copying with ftp? I can't seem to >find anything in the man page. I can get mget to all the files in a >directory, but not any subdirectories. use the -r flag.. >david > >On Wed, 28 Aug 2002, Banze, Andreas wrote:

WAS: non-interactive FTP to transfer file

2002-08-28 Thread dbrett
Does anybody know how to do recursive copying with ftp? I can't seem to find anything in the man page. I can get mget to all the files in a directory, but not any subdirectories. david On Wed, 28 Aug 2002, Banze, Andreas wrote: > > > I've looked through the man page for ftp and ncftp, but ha