From: Allodoxaphobia on
On Sun, 30 Mar 2008 14:38:42 -0500, Dave Uhring wrote:
> On Sun, 30 Mar 2008 19:00:55 +0000, xtd8865 wrote:
>
>> Hi I've tried lftp, ncftp and can't seem to find out
>> how to get/put whole directories.
>> I want to stick with cli ftp clients.
>
> ncftp
>
> get -R blah-blah
> put -R blah-blah

sftp: put * / get *

Jonesy