From owner-freebsd-questions@FreeBSD.ORG Thu Jan 21 07:44:32 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 CF795106566C for ; Thu, 21 Jan 2010 07:44:32 +0000 (UTC) (envelope-from uchti@i-age.net) Received: from mail.i-age.net (hurricane.i-age.net [74.54.134.194]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED178FC0A for ; Thu, 21 Jan 2010 07:44:32 +0000 (UTC) Received: from [192.168.200.238] by mail.i-age.net (Crystal.Ice.Mind) with ASMTP (SSL) id UKI44575 for ; Thu, 21 Jan 2010 02:32:09 -0500 Message-ID: <4B5802F7.8030104@i-age.net> Date: Thu, 21 Jan 2010 10:32:07 +0300 From: Denis Chumachenko User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091215 Shredder/3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: very low upload speed to any FTP daemons 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: Thu, 21 Jan 2010 07:44:32 -0000 I've tried pure-ftpd and vsftpd and got very low upload speed (~200kb/s) per a connection. but when I download on the server using wget speed is 2Mb/s on the ftpclient from which I do upload if to increase the param I/O buffer size till 1Mb upload speed increases to ~2Mb/s when I use these ftp demons on the Linux server there is no such kind of problem and I do not need to correct I/O buffer size it seems it is identified automatically on Linux. how should I set up FreeBSD to increase default I/O buffer or identify it automatically for ftp incoming connections. please advise if you are able. thanks a lot!