From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 01:15:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD8CA16A4BF for ; Fri, 12 Sep 2003 01:15:41 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AEE543FF5 for ; Fri, 12 Sep 2003 01:15:40 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19xj5a-0006J2-00 for ; Fri, 12 Sep 2003 10:15:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19xj5Z-0006Iu-00 for ; Fri, 12 Sep 2003 10:15:33 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19xj5e-0006Bq-00 for ; Fri, 12 Sep 2003 10:15:38 +0200 From: rk47 Date: Fri, 12 Sep 2003 10:17:35 +0200 Organization: nanoteq Lines: 13 Message-ID: References: <001001c378eb$f00fa270$0400a8c0@fire> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org User-Agent: KNode/0.7.2 Sender: news Subject: Re: Is there cool download manager in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 08:15:42 -0000 Alex Zivenko wrote: > Hi people! > Is there cool download manager in FreeBSD? Like Reget, or Flashget in WIN, > Don't disturb me about KGet (he can't to continue download, when > connection has broken) > Best regards, > Alex Zivenko > http://www.netgen.com.ua Also look at wget (/usr/ports/ftp/wget), it has many features. Riaan