From owner-freebsd-hackers Sat Jan 7 01:55:59 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA18424 for hackers-outgoing; Sat, 7 Jan 1995 01:55:59 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id BAA18418 for ; Sat, 7 Jan 1995 01:55:58 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id BAA25406; Sat, 7 Jan 1995 01:55:51 -0800 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: Coranth Gryphon cc: hackers@freebsd.org Subject: Re: ftp utility... In-reply-to: Your message of "Fri, 06 Jan 95 18:12:42 EST." <199501062312.SAA11104@mv.mv.com> Date: Sat, 07 Jan 1995 01:55:51 -0800 Message-ID: <25405.789472551@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@freebsd.org Precedence: bulk > Hi. I am planning to build a utility for freebsd, but wanted to > find out (1) if such already existed and (2) if the freebsd team > would like to include this in subsequent releases. Have you looked at ncftp? It's bundled with the system. Try, for example: ncftp ftp://ftp.freebsd.org/pub/FreeBSD/2.0-RELEASE/README > A second utility returns the directory listing from a particular point > > ftpdir host path This is one thing that ncftp *won't* to, and would be useful. Actually, it would be kind of nice to be able to add it to ncftp! Perhaps if -I was set, it could assume that you REALLY didn't want to go into interactive mode and it should simple do the next logical thing? Actually, ncftp goes into interactive mode a little too easily for my tastes anyway. I don't like it kicking up on errors and wedging my port builds! :-( But that's another problem.. Jordan