On Fri, 2003-11-07 at 08:54, James Melin wrote: > I had looked into having FTP recursively navigate a directory structure and > re-created it on his desktop but I can't seem to see how to do that. So I > was going to just tar the whole thing but the I realized the text based > files will be EBCDIC, so that's kinda useless.
I think most moden Linux FTP clients will let you do a GET -r (for Recursive) (certainly ncftp will), and if you do it in ASCII mode this ought to be pretty close; it will at least get you most of the text not too badly mangled. Adam
