From owner-freebsd-ports Sat Apr 13 09:42:32 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA02041 for ports-outgoing; Sat, 13 Apr 1996 09:42:32 -0700 (PDT) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA02031 for ; Sat, 13 Apr 1996 09:42:29 -0700 (PDT) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id SAA07754 ; Sat, 13 Apr 1996 18:42:24 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id SAA20690 ; Sat, 13 Apr 1996 18:42:46 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.5/keltia-uucp-2.7) id OAA14513; Sat, 13 Apr 1996 14:11:35 +0200 (MET DST) From: Ollivier Robert Message-Id: <199604131211.OAA14513@keltia.freenix.fr> Subject: Re: How to avoid passive mode ftp? To: joerg_wunsch@uriah.heep.sax.de Date: Sat, 13 Apr 1996 14:11:35 +0200 (MET DST) Cc: ports@freebsd.org In-Reply-To: <199604122214.AAA12696@uriah.heep.sax.de> from J Wunsch at "Apr 13, 96 00:14:16 am" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1872 X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It seems that J Wunsch said: > Sitting behind slow link, and not caring for icky firewalls, is there > any way to avoid ncftp's passive mode when building a port? It takes > a huge amount of time until the connection is initially established. #set passive no in ~/.netrc or ~/.ncftprc. But I think it is off by default: ncftp>set anon-open = yes anon-password = "roberto@keltia.freenix.fr" ansi-escapes = yes auto-binary = yes debug = 0 gateway-login = "ftp" gateway-host = "" local-dir = "/src/src/usr.bin/ncftp" logfile = "" logsize = 4096 mprompt = no netrc = "/users/staff/roberto/.netrc" passive = no pager = "less" prompt = "@B@c@Mncftp@P>" progress-reports = 2 recent-list = yes remote-is-unix = (not connected) restricted-data-ports= yes startup-msg = yes tips = yes type = (not connected) verbose = "Terse (1)" You can also turn it on/off with ``-P''. This is with ncftp 1.x of course. I don't really use ncftp2 yet. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #11: Tue Apr 9 20:14:48 MET DST 1996