[linux-help] Re: [linux-help]
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hareesh Haridas wrote:
> Hi,
> This is something for which a google-search did not give
> satisfying results - the question is simple:
>
> is there a way by which you can send directories via ftp in one go
> (wihtout expicitly moving to the directories and then sending files) ?
> does anyone have a workaround?
> (i am not a lazy person, but i tried and am not able to find out the
> way!)
Use ncftp as the client. It will send and receive entire directory
trees. IIRC it just requires that you do a little bit of prep, such as
"get bin/*" will get the entire contents of the bin directory
including subdirecories and their contents. Thus, if you
want everything to be in the bin subdirectory of your local directory
you would need to make a local dir with that name and lcd to that. Then
the get command would build the rest of the tree for you.
ncftp (client) also does not need to use mget or mput. Using a wildcard
in the filename handles that automatically for you.
use man ncftp for the detailed info.
>
> thanks in advance,
> Hareesh.
>
> -- This is the linux-help@xxxxxxxxx list. To unsubscribe,
> visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
>
-- This is the linux-help@xxxxxxxxx list. To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
|
|