From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 13:50:10 2005 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 6587A16A4CE for ; Wed, 19 Jan 2005 13:50:10 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 276D143D39 for ; Wed, 19 Jan 2005 13:50:10 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 5519BC50E92 for ; Wed, 19 Jan 2005 08:50:09 -0500 (EST) X-Sasl-enc: Qjo9TQ8gx85F5vlTKKwX/A 1106142607 Received: from gumby.localhost (dsl-80-41-78-107.access.uk.tiscali.com [80.41.78.107]) by frontend2.messagingengine.com (Postfix) with ESMTP id 9CB91570147 for ; Wed, 19 Jan 2005 08:50:07 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Wed, 19 Jan 2005 13:49:50 +0000 User-Agent: KMail/1.7.2 References: <3659.209.87.176.132.1106058238.fusewebmail-19592@www.fusemail.com> In-Reply-To: <3659.209.87.176.132.1106058238.fusewebmail-19592@www.fusemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501191349.51567.list-freebsd-2004@morbius.sent.com> Subject: Re: Can I set priorities for file transfers 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: Wed, 19 Jan 2005 13:50:10 -0000 On Tuesday 18 January 2005 14:23, Brian John wrote: > Hello, > I have (I think) kind of a unique question. I leave my home computer on > all day and transfer and share files via a P2P application. However, > sometimes I like to ssh in from work and transfer files between my work PC > and my home PC via scp. Right now it is really slow because it is > transferring so much with the P2P apps, that it uses up all of my > bandwidth. Is there any way that I can put a priority on this so that it > gives me the majority of my bandwidth when I want to use scp? It's difficult to prioritizes between incoming packets, so if you are uploading via scp, it might be best to use ssh to turn-off p2p while you do the file transfer.