From unknown Fri Aug 15 12:50:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#1972 <1972@debbugs.gnu.org> To: bug#1972 <1972@debbugs.gnu.org> Subject: Status: problem using ange-ftp to access files on QNX4 machine Reply-To: bug#1972 <1972@debbugs.gnu.org> Date: Fri, 15 Aug 2025 19:50:56 +0000 retitle 1972 problem using ange-ftp to access files on QNX4 machine reassign 1972 emacs submitter 1972 William Parsons severity 1972 normal thanks From william.b.parsons@us.westinghouse.com Tue Jan 20 11:56:54 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Jan 2009 19:56:54 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0KJun1v008408 for ; Tue, 20 Jan 2009 11:56:51 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPMiP-000257-DE for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2009 14:56:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPMiO-00024n-KK for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2009 14:56:49 -0500 Received: from [199.232.76.173] (port=51981 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPMiO-00024k-H3 for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2009 14:56:48 -0500 Received: from [63.165.62.3] (port=14030 helo=beech.windsor) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LPMiN-00015X-Jz for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2009 14:56:48 -0500 Received: from beech.windsor (localhost [127.0.0.1]) by beech.windsor (8.14.2/8.14.2) with ESMTP id n0KJ7xjt021618 for ; Tue, 20 Jan 2009 14:07:59 -0500 (EST) (envelope-from wbp@beech.windsor) Received: (from wbp@localhost) by beech.windsor (8.14.2/8.14.2/Submit) id n0KJ7e6j021615; Tue, 20 Jan 2009 14:07:40 -0500 (EST) (envelope-from wbp) Date: Tue, 20 Jan 2009 14:07:40 -0500 (EST) Message-Id: <200901201907.n0KJ7e6j021615@beech.windsor> From: William Parsons To: bug-gnu-emacs@gnu.org Subject: problem using ange-ftp to access files on QNX4 machine X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 2924 seconds by postgrey-1.27 at monty-python; Tue, 20 Jan 2009 14:56:45 EST Attempting to access files on a machine running QNX 4.25 using ange-ftp from Emacs 22.1.1 on FreeBSD fail, as illustrated by the following contents of the ftp buffer after attempting to fetch a remote file "/wbp@maple:.emacs": -------------------- ftp> open maple Connected to maple. 220 maple FTP server (Version 5.60) ready. user "wbp" Turtle Power! ftp> 331 Password required for wbp. 230 User wbp logged in. hash Remote system type is UNIX. Using binary mode to transfer files. ftp> Hash mark printing on (1024 bytes/hash mark). ftp> pwd Remote directory: /home/wbp ftp> pwd Remote directory: /home/wbp ftp> get ~ /dev/null local: /dev/null remote: ~ 500 'EPSV': command not understood. cd /home/wbp/'EPSV'/.emacs/ 227 Entering Passive Mode (10,93,52,37,17,21) 550 /home/wbp: not a plain file. ftp> cd /home/wbp/'EPSV'/.emacs/ 550 /home/wbp/'EPSV'/.emacs/: No such file or directory. ftp> cd /home/wbp/'EPSV'/ 550 /home/wbp/'EPSV'/.emacs/: No such file or directory. ftp> cd /home/wbp/'EPSV'/ 550 /home/wbp/'EPSV'/: No such file or directory. ftp> cd /home/wbp/'EPSV'/ 550 /home/wbp/'EPSV'/: No such file or directory. ftp> cd /home/wbp/'EPSV'/ 550 /home/wbp/'EPSV'/: No such file or directory. ftp> 550 /home/wbp/'EPSV'/: No such file or directory. ftp> -------------------- Possible patch: Changing line 732 in ange-ftp.el as follows: 732c732 < "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT") --- > "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT\\|^500 .*EPSV") I'm not sure if the above is the whole answer, however, since there is still a warning: Warning! Unable to get home directory (The following is the ftp buffer contents with the patch:) -------------------- ftp> open maple Connected to maple. 220 maple FTP server (Version 5.60) ready. user "wbp" Turtle Power! ftp> 331 Password required for wbp. 230 User wbp logged in. hash Remote system type is UNIX. Using binary mode to transfer files. ftp> Hash mark printing on (1024 bytes/hash mark). ftp> pwd Remote directory: /home/wbp ftp> pwd Remote directory: /home/wbp ftp> get ~ /dev/null local: /dev/null remote: ~ 500 'EPSV': command not understood. 227 Entering Passive Mode (10,93,52,37,17,22) 550 /home/wbp: not a plain file. cd /home/wbp/.emacs/ ftp> 550 /home/wbp/.emacs/: Not a directory. cd /home/wbp/.emacs/ ftp> 550 /home/wbp/.emacs/: Not a directory. ftp> cd /home/wbp/ 250 CWD command successful. ls -al /tmp/ange-ftp21570o9R ftp> 227 Entering Passive Mode (10,93,52,37,17,23) 150 Opening ASCII mode data connection for /bin/ls. 226 Transfer complete. quote mdtm /home/wbp/.emacs ftp> 213 20081212142627 quote mdtm /home/wbp/.emacs ftp> 213 20081212142627 ftp> quote mdtm /home/wbp/.emacs 213 20081212142627 quote mdtm /home/wbp/.emacs ftp> 213 20081212142627 ftp> type binary 200 Type set to I. get /home/wbp/.emacs /tmp/ange-ftp215701HY ftp> local: /tmp/ange-ftp215701HY remote: /home/wbp/.emacs 227 Entering Passive Mode (10,93,52,37,17,24) 150 Opening BINARY mode data connection for /home/wbp/.emacs (17432 bytes). 226 Transfer complete. type ascii 17432 bytes received in 00:00 (170.63 KB/s) ftp> 200 Type set to A. quote mdtm /home/wbp/.emacs ftp> 213 20081212142627 quote mdtm /home/wbp/.emacs ftp> 213 20081212142627 ftp> quote mdtm /home/wbp/.emacs 213 20081212142627 quote mdtm /home/wbp/.emacs ftp> 213 20081212142627 ftp> -------------------- In GNU Emacs 22.1.1 (i386-pc-freebsd, GTK+ Version 2.12.1) of 2008-06-05 on beech.w-intra.net Windowing system distributor `The X.Org Foundation', version 11.0.10400000 configured using `configure '--with-gtk' '--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'i386-freebsd' 'build_alias=i386-freebsd' 'host_alias=i386-freebsd' 'target_alias=i386-freebsd' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe '' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: shell-dirtrack-mode: t display-time-mode: t delete-selection-mode: t recentf-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: C-x h M-c Recent messages: Loading tramp...done Opening FTP connection to maple...done Logging in as user wbp@maple...done Getting PWD... [2 times] Warning! Unable to get home directory expanding ~...done Doing CD... [6 times] ange-ftp-error: FTP Error: DIR failed: 550 /home/wbp/'EPSV'/: No such file or directory. Mark set [2 times] Loading emacsbug...done From rgm@gnu.org Thu Jan 22 12:35:36 2009 Received: (at control) by emacsbugs.donarmstrong.com; 22 Jan 2009 20:35:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0MKZYPP030666 for ; Thu, 22 Jan 2009 12:35:35 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LQ6FW-0004Pl-0g; Thu, 22 Jan 2009 15:34:02 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18808.55353.922409.841296@fencepost.gnu.org> Date: Thu, 22 Jan 2009 15:34:01 -0500 From: Glenn Morris To: control reassign 1952 emacs,w32 merge 1908 1972 severity 1908 wishlist tags 1974 wontfix notabug reassign 1991 spam reassign 1992 spam reassign 1993 emacs,ns reassign 1994 spam From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 16 03:17:48 2013 Received: (at control) by debbugs.gnu.org; 16 Aug 2013 07:17:48 +0000 Received: from localhost ([127.0.0.1]:33732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VAEI8-0003EN-9m for submit@debbugs.gnu.org; Fri, 16 Aug 2013 03:17:48 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:38107 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VAEI6-0003EF-6r for control@debbugs.gnu.org; Fri, 16 Aug 2013 03:17:46 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VAEI5-0004bs-Rl for control@debbugs.gnu.org; Fri, 16 Aug 2013 03:17:45 -0400 Date: Fri, 16 Aug 2013 03:17:45 -0400 Message-Id: Subject: control message for bug 1972 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -7.8 (-------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.8 (-------) unmerge 1972 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 16 03:20:47 2013 Received: (at 1972-done) by debbugs.gnu.org; 16 Aug 2013 07:20:47 +0000 Received: from localhost ([127.0.0.1]:33739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VAEKz-0003M7-Uy for submit@debbugs.gnu.org; Fri, 16 Aug 2013 03:20:46 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:38159 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VAEKx-0003Lw-0h for 1972-done@debbugs.gnu.org; Fri, 16 Aug 2013 03:20:43 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VAEKw-000528-C7; Fri, 16 Aug 2013 03:20:42 -0400 From: Glenn Morris To: 1972-done@debbugs.gnu.org Subject: Re: bug#1972: problem using ange-ftp to access files on QNX4 machine References: <200901201907.n0KJ7e6j021615@beech.windsor> X-Spook: espionage illuminati warfare David John Oates MD2 kibo X-Ran: HxGB_!NXl"R%1pTxye=-TD@j9,X,g@_9.{(G7^gb7l}Xu$30 (William Parsons's message of "Tue, 20 Jan 2009 14:07:40 -0500 (EST)") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -7.8 (-------) X-Debbugs-Envelope-To: 1972-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.8 (-------) Version: 24.4 William Parsons wrote: > < "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT") > --- >> "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT\\|^500 .*EPSV") Applied. Sorry for the delay. > I'm not sure if the above is the whole answer, however, since there is > still a warning: > > Warning! Unable to get home directory [...] > ftp> pwd > Remote directory: /home/wbp Should be fixed now: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15058 From unknown Fri Aug 15 12:50:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 13 Sep 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator