From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 12 13:20:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CE461065676 for ; Sun, 12 Jul 2009 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF7C88FC13 for ; Sun, 12 Jul 2009 13:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6CDK0qH093190 for ; Sun, 12 Jul 2009 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6CDK0AZ093189; Sun, 12 Jul 2009 13:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 12 Jul 2009 13:20:00 GMT Resent-Message-Id: <200907121320.n6CDK0AZ093189@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jamie Landeg Jones Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25DA01065670 for ; Sun, 12 Jul 2009 13:16:19 +0000 (UTC) (envelope-from jamie@bishopston.net) Received: from pacha.mail.bishopston.net (pacha.mail.bishopston.net [66.148.74.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE74B8FC15 for ; Sun, 12 Jul 2009 13:16:18 +0000 (UTC) (envelope-from jamie@bishopston.net) Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.14.3/8.14.3) with ESMTP id n6CCoY4k005487 for ; Sun, 12 Jul 2009 13:50:34 +0100 (BST) (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.14.3/8.12.9/Submit) id n6CCoYUs005486; Sun, 12 Jul 2009 13:50:34 +0100 (BST) Message-Id: <200907121250.n6CCoYUs005486@catflap.bishopston.net> Date: Sun, 12 Jul 2009 13:50:34 +0100 (BST) From: Jamie Landeg Jones To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/136688: [patch] port ftp/jftpgw - add "MLSD" capability X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jamie Landeg Jones List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 13:20:01 -0000 >Number: 136688 >Category: ports >Synopsis: [patch] port ftp/jftpgw - add "MLSD" capability >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 12 13:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jamie Landeg Jones >Release: FreeBSD 6.2-RELEASE i386 >Organization: http://www.bishopston.com/jamie/ >Environment: System: FreeBSD catflap.bishopston.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Thu Jun 4 18:35:02 BST 2009 root@catflap.bishopston.net:/usr/obj/usr/src/sys/CATFLAP i386 >Description: Some ftp clients, such as "FileZilla" use the "MLSD" command to retrieve accurate directory listsings. Proftpd and other ftp servers support this, but the jftpgw ftp proxy doesn't, causing the client to hang. This patch adds this capability. >How-To-Repeat: Try using filezilla with a jftpgw server, and it will hang. >Fix: Install the following file /usr/ports/ftp/jftpgw/patch-std_cmds.h: *** std_cmds.h.orig Thu Jan 8 21:51:32 2004 --- std_cmds.h Sun Jul 12 13:23:24 2009 *************** *** 42,47 **** --- 42,48 ---- { "QUIT", std_quit }, { "LIST", std_list }, { "NLST", std_list }, + { "MLSD", std_list }, { 0, 0 } }; >Release-Note: >Audit-Trail: >Unformatted: