[SunHELP] ftp recursively.

Carl-Johan Schenstrom sunhelp at sunhelp.org
Wed Jul 18 12:34:56 CDT 2001


This won't help him do recursive transfers. He'd have to create all
subdirs manually and issue a "mget *" in each of them. Not so bad for just
two dirs but what if there are 200..?

The stock ftp client can't do recursive transfers. Get another client,
ncftp works for me.

//cjs

On Wed, 18 Jul 2001 dhansen at zebra.net wrote:

>  Man ftp. Give ftp either the -i switch or interactively give it the "prompt off" command.
> Then use
> "mget <string>" to get multiple files.
> i.e.-
> ftp -i blah.ftp.net
> mget *
> or
> ftp blah.ftp.net
> prompt off
> mget *
>
>
>  -david
>
> > Can anyone tell me how to ftp all files in one directory and its
> > subdirectory? At ftp prompt, what subcommand or option I should use to do
> > it?




More information about the SunHELP mailing list