From owner-freebsd-questions Fri Oct 25 23:07:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA01323 for questions-outgoing; Fri, 25 Oct 1996 23:07:51 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA01309 for ; Fri, 25 Oct 1996 23:07:47 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id XAA19975; Fri, 25 Oct 1996 23:07:42 -0700 (MST) From: Don Yuniskis Message-Id: <199610260607.XAA19975@seagull.rtd.com> Subject: Re: ftp problems To: blaqmyst@earthlink.net Date: Fri, 25 Oct 1996 23:07:42 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <32718B12.1AB0@earthlink.net> from "bLaQmYsT" at Oct 25, 96 10:52:50 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > My problem is as follows. Whenever I connect to my ISP, it keeps > disconnecting me about half way through the downloads while I am > installing FreeBSD. I don't expect you to help me with that problem, but > I just require a little help. I am trying to download the following Your ISP could have an "inactivity timeout" for your account -- if it doesn't see any traffic on the terminal, it logs you out. One way around this is to turn on the "hash marks" reporting in ftp. This also is nice cuz it shows you that things are still chugging along :> Or, you could periodically type a space followed by a backspace. Or, use ncftp, etc. (this all assumes, of course, that your connection isn't being dropped due to other reasons -- LOC, etc.) --don