From owner-freebsd-questions@FreeBSD.ORG Mon Mar 28 17:28:08 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 C170F16A4CE for ; Mon, 28 Mar 2005 17:28:08 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E30743D31 for ; Mon, 28 Mar 2005 17:28:08 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) id j2SHS6gZ014213; Mon, 28 Mar 2005 09:28:06 -0800 (PST) Received: from [192.168.1.6] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) (authenticated bits=0)j2SHS5Lm025149; Mon, 28 Mar 2005 09:28:06 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 28 Mar 2005 12:28:03 -0500 To: "Dixit, Viraj" X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org Subject: Re: Very Slow FTP Uploads 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: Mon, 28 Mar 2005 17:28:08 -0000 On Mar 28, 2005, at 12:23 PM, Dixit, Viraj wrote: > Looking in to a solution why my FTP uploads are so slow on Free BSD > 5.3 version. Downloads are very fast but uploads are excruciatingly > slow. My BSD system is on autoselect option as my port on the network > switch. I have also tried various options like setting the network > switch and the BSD OS to 100 Fdx, still no better. I do have raid 5 > drives, is there an option to improve FTP on OS by some miraculous BSD > commands. Thanks!! Path MTU problem? Try doing an "ifconfig en0 mtu 1400", where you replace en0 with the name of your NIC, and see whether that helps.... -- -Chuck