From owner-freebsd-questions Tue Jun 4 4: 7: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 3149037B403 for ; Tue, 4 Jun 2002 04:06:59 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id F3A509FD1; Tue, 4 Jun 2002 13:06:57 +0200 (MEST) Date: Tue, 4 Jun 2002 13:06:57 +0200 (MEST) From: Paul Everlund To: uwi mAn Cc: questions@freebsd.org Subject: Re: ftp client In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Jun 2002, uwi mAn wrote: > I need an ftp client that can download stuff in the background. [I use > rlogin to connect to BSD so the download wont stop when I disconnect] > > Any suggestions? If you want to start the download manually, then exit from your console while ftp continues running, just do as this: # ftp "ftp://user:passwd@123.456.789.0/path/to/file" & Now you can exit the shell. If you want to do something else, maybe the other suggestions you have received are more appropriate. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message