Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 1995 12:44:31 -0800
From:      asami@cs.berkeley.edu (Satoshi Asami/=?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
To:        jmz@cabri.obs-besancon.fr
Cc:        ports@FreeBSD.org
Subject:   Re: ncftp ftp://site/dir/foo.tar.gz
Message-ID:  <199503082044.MAA16237@forgery.CS.Berkeley.EDU>
In-Reply-To: <9503081305.AA18744@cabri.obs-besancon.fr> (jmz@cabri.obs-besancon.fr)

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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....



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503082044.MAA16237>