From owner-freebsd-isp@FreeBSD.ORG Mon Jul 17 19:35:48 2006 Return-Path: X-Original-To: isp@freebsd.org Delivered-To: freebsd-isp@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C71C16A4DD; Mon, 17 Jul 2006 19:35:48 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DEF143D55; Mon, 17 Jul 2006 19:35:45 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.6/8.13.6) with ESMTP id k6HJZXEt041680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 17 Jul 2006 15:35:43 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from [172.21.130.86] (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k6HJZRcs020891 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Jul 2006 15:35:28 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: James Ryan Date: Mon, 17 Jul 2006 15:35:21 -0400 User-Agent: KMail/1.9.1 References: <200607171306.01882.mi+mx@aldan.algebra.com> <200607171427.26699.mi+mx@aldan.algebra.com> <44BBE21B.8070606@infinityprosports.com> In-Reply-To: <44BBE21B.8070606@infinityprosports.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200607171535.21813.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV 0.88/1600/Sat Jul 15 11:03:46 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: isp@freebsd.org, net@freebsd.org Subject: Re: ftpd vs. lukemftpd (forcing FTP-uploaded ...) X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 19:35:48 -0000 понед╕лок 17 липень 2006 15:16, James Ryan написав: > If you don't mind waiting until the file finishes transferring to > examine it But I do, actually. The files we deal with measure in gigabytes, and take a while to transfer even over fat pipes. Rejecting the uncompressed ones right away is better, than after the initiator has come back from his lunch. > This means you can make a convenient string to regex, such as "date|user| > action|file". With any kind of post-transfer verification, there is no reliable way to notify the user of his/her failure... I think, the quick rejection should delivered via the FTProtocol itself, so the user's FTP-client shows it -- instantly. -mi