From owner-freebsd-questions@FreeBSD.ORG Sat Mar 13 20:44:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86BAD106564A for ; Sat, 13 Mar 2010 20:44:22 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from mail-yx0-f201.google.com (mail-yx0-f201.google.com [209.85.210.201]) by mx1.freebsd.org (Postfix) with ESMTP id 464928FC25 for ; Sat, 13 Mar 2010 20:44:22 +0000 (UTC) Received: by yxe39 with SMTP id 39so958037yxe.3 for ; Sat, 13 Mar 2010 12:44:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=fzUIov4kFz9WnbZpiztKYYGQDtx1IddXJYtxo/WuheU=; b=u/FhEea+tVH4qtZ1Gr9WxxLh0mYPX0B6CtnXLfIkDdol1TTbP2tYFUvt71iMZOPuMh /t/AWD9uWSnCUUnGxGAadHV/srKkvbpvxd3eSe/EcUek5/BuAwQ/0rzTCVpjPGFem62j TDwqdZw/OZI+UTZP5AKdSfiXHU5SYacyPk7CI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MBy14h9xAtEOABE2lYRvCtQRTDEmr+RT4IcjPjYETkfUCSK4n17zIXPJSygIUWX8MP GsAePZ5zlAZU7uNvawnG3amog+ROPww+DYd1SfWmewV4pcZ1F6oKP5WTk8H8y4z8QNtI 4yaSj5Uzgz2qNZTZTZhhwuCiIbjs+AO69kmfY= MIME-Version: 1.0 Received: by 10.90.61.31 with SMTP id j31mr2636753aga.58.1268513061511; Sat, 13 Mar 2010 12:44:21 -0800 (PST) Date: Sat, 13 Mar 2010 15:44:21 -0500 Message-ID: From: Tsu-Fan Cheng To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: limit bandwidth on sftp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2010 20:44:22 -0000 Hi, I need to limit my sftp session bandwidth to 20K, can someone show me how to do it? thank you! TFC