From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 27 01:03:10 2008 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3A6610656AF; Fri, 27 Jun 2008 01:03:09 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id C1A2F8FC1D; Fri, 27 Jun 2008 01:03:09 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (HPooka@thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id m5R0axVe019100; Thu, 26 Jun 2008 19:37:00 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Thu, 26 Jun 2008 19:36:59 -0500 (CDT) From: "Sean C. Farley" To: Kris Kennaway In-Reply-To: <486422EF.3070501@FreeBSD.org> Message-ID: References: <486422EF.3070501@FreeBSD.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-4.4 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: FreeBSD Hackers Subject: Re: command-line bittorrent utility X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 01:03:10 -0000 On Fri, 27 Jun 2008, Kris Kennaway wrote: > I am looking for a command-line utility that can fetch via bittorrent > that > > a) doesn't use curses. It must be usable in a script and without a > tty! > > b) doesn't use X11. Must be a command-line utility! > > c) Must be able to inform the script when the transfer is complete. A > callback mechanism of some kind is fine as long as it doesn't require > polling. > > This is for distribution of files within a LAN and WAN: I have some > large files that I need to distribute to many machines, and pushing > them all out multiple times from the server is inefficient. More choices: 1. /usr/ports/net-p2p/transmission 2. /usr/ports/net-p2p/transmission-daemon Sean -- scf@FreeBSD.org