From owner-freebsd-ports Wed Mar 8 12:45:19 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA11644 for ports-outgoing; Wed, 8 Mar 1995 12:45:19 -0800 Received: from forgery.CS.Berkeley.EDU (forgery.CS.Berkeley.EDU [128.32.33.75]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA11638 for ; Wed, 8 Mar 1995 12:45:18 -0800 Received: (from asami@localhost) by forgery.CS.Berkeley.EDU (8.6.10/8.6.9) id MAA16237; Wed, 8 Mar 1995 12:44:31 -0800 Date: Wed, 8 Mar 1995 12:44:31 -0800 Message-Id: <199503082044.MAA16237@forgery.CS.Berkeley.EDU> To: jmz@cabri.obs-besancon.fr CC: ports@FreeBSD.org In-reply-to: <9503081305.AA18744@cabri.obs-besancon.fr> (jmz@cabri.obs-besancon.fr) Subject: Re: ncftp ftp://site/dir/foo.tar.gz From: asami@cs.berkeley.edu (Satoshi Asami/=?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * Ncftp has problems with wu-ftpd if you try to get a directory foo/ as * foo.tar.gz. Well, the question is: how easy is this to fix? Actually blindly getting /path1/path2/dir.tar.gz is not a very good idea, as it will include all the pathnames in the tar file. Do you think we can change ncftp to issue a CWD command first? Andrew, are you there? :) Satoshi P.S. Another solution is to do a "(echo $dir; echo get $file) | ncftp -N $site" sort of thing in bsd.port.mk, but I'm not sure if we want to make it this complicated....