From owner-freebsd-questions Thu Jan 22 06:26:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15824 for questions-outgoing; Thu, 22 Jan 1998 06:26:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15812 for ; Thu, 22 Jan 1998 06:26:30 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id IAA14728; Thu, 22 Jan 1998 08:55:12 -0500 (EST) Message-ID: <19980122085511.13537@emu.sourcee.com> Date: Thu, 22 Jan 1998 08:55:11 -0500 From: Norman C Rice To: Alejandro Galindo Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftp program References: <1.5.4.32.19980122020740.0094ff3c@exsocom.com.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <1.5.4.32.19980122020740.0094ff3c@exsocom.com.mx>; from Alejandro Galindo on Wed, Jan 21, 1998 at 08:07:40PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Wed, Jan 21, 1998 at 08:07:40PM -0600, Alejandro Galindo wrote: > Hi, > > IS there a program that permit transfer a subdirectory structure in > a text terminal (not in XWindows) for FTP. I need transfer a very large > subdirectory structure from my server to another server across internet and > in the ftp program i only can transfer some files with mput or mget but not > a directory structure. > > Thanks for your reply > Saludos > Alejandro > > ---------------------------------------------------------------------------- > | , , | > | /( )` | > | \ \___ / | | > | /- _ `-/ ' | > | (/\/ \ \ /\ | > | ExSoCom Dgo. MEXICO / / | ` \ | > | O O ) / | | > | `-^--'`< ' | > | (_.) _ ) / | > | Alejandro Galindo Chairez `.___/` / | > | Tel: (18) 179177 `-----' / | > | Fax: (18) 179177 <----. __ / __ \ | > | <----|====O)))==) \) /==== | > | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | > | | | | > | http://www.exsocom.com.mx \ / /\| > | ______( (_ / \______/ | > | ,' ,-----' | | > | a FreeBSD user `--{__________) | > ---------------------------------------------------------------------------- Check out the latest version of ``ncftp'' in the ports. The `-R' option to the `put' and `get' commands does what you want. -- Regards, Norman C. Rice, Jr.