Date: Tue, 4 Jun 2002 13:06:57 +0200 (MEST) From: Paul Everlund <tdv94ped@cs.umu.se> To: uwi mAn <uwiman3k@hotmail.com> Cc: questions@freebsd.org Subject: Re: ftp client Message-ID: <Pine.GSO.4.44.0206041304180.3650-100000@gren.cs.umu.se> In-Reply-To: <F118njzl0sgITS2AC5G00013a30@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.44.0206041304180.3650-100000>