From xah@xahlee.org Wed Jan 14 14:51:26 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 14 Jan 2009 22:51:26 +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 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 n0EMpMhd023923 for ; Wed, 14 Jan 2009 14:51:23 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNEa2-00073o-4o for bug-gnu-emacs@gnu.org; Wed, 14 Jan 2009 17:51:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNEa1-00073b-9R for bug-gnu-emacs@gnu.org; Wed, 14 Jan 2009 17:51:21 -0500 Received: from [199.232.76.173] (port=58635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNEa1-00073Y-3H for bug-gnu-emacs@gnu.org; Wed, 14 Jan 2009 17:51:21 -0500 Received: from mout.perfora.net ([74.208.4.195]:58002) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNEa0-00034W-Jh for bug-gnu-emacs@gnu.org; Wed, 14 Jan 2009 17:51:20 -0500 Received: from [192.168.1.2] (c-24-6-175-142.hsd1.ca.comcast.net [24.6.175.142]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0MKp8S-1LNEZk3Sre-000T5H; Wed, 14 Jan 2009 17:51:06 -0500 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: quoted-printable Message-Id: <63829374-A8B5-4EF8-9E09-196A8FF2AF72@xahlee.org> Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed To: bug-gnu-emacs@gnu.org From: xah lee Subject: ange-ftp does not support extended passive mode Date: Wed, 14 Jan 2009 14:50:58 -0800 X-Mailer: Apple Mail (2.753.1) X-Provags-ID: V01U2FsdGVkX18c5ZmMyHx1y6Ta1rWYyoJFbFmAad2KLu+lhNQ 0Bbr6+yywZ7NBpWIE0m+zqRnmu210yUlyhPiVoZigpYR9C1N80 k0kMoxaj5Xr7LAuLCbPSQ== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Summary: ange-ftp mode does not support the extended passive mode =20 (epsv) mode. Explanation: when connecting to the server in the command line using ftp, i get this error: [xah@xahg5][Tue Jan 13 09:37:40][~] ftp j...@example.com Connected to example.com. 220 FTP Server ready. 331 Password required for joe. Password: 230 User joe logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 229 Entering Extended Passive Mode (|||40104|) 500 Illegal EPRT command 200 PORT command successful 421 Service not available, remote server timed out. Connection closed ftp> a web search suggests to use =E2=80=9Cpassive off=E2=80=9D and or = =E2=80=9Cepsv=E2=80=9D =20 commands. The epsv command worked for me. ftp j...@example.com Connected to example.com. 220 FTP Server ready. 331 Password required for joe. Password: 230 User joe logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> epsv EPSV/EPRT on IPv4 off. ftp> ls 227 Entering Passive Mode (68,75,114,108,156,180). 150 Opening ASCII mode data connection for file list ... [file listed] However, i need to use it inside emacs to be able to dev on the site. i don't see any customizable var about epsv in ange-ftp's customize panel. (yes i know about sftp, ssh... Not a option here. ange-ftp has =20 passive mode, but that doesn't work for me in this case) PS about two weeks ago i reported a bug about zip file and got a =20 reply of request for example... sorry haven't had time to respond to =20 it yet. Xah =E2=88=91http://xahlee.org/ =E2=98=84 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 Wed Aug 24 12:28:09 2016 Received: (at 1908) by debbugs.gnu.org; 24 Aug 2016 16:28:09 +0000 Received: from localhost ([127.0.0.1]:39307 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bcb29-0004km-9n for submit@debbugs.gnu.org; Wed, 24 Aug 2016 12:28:09 -0400 Received: from mout.gmx.net ([212.227.15.19]:57819) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bcb27-0004kZ-CD for 1908@debbugs.gnu.org; Wed, 24 Aug 2016 12:28:08 -0400 Received: from detlef.gmx.de ([87.146.45.218]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LyVIk-1b763l2ssQ-015qMK; Wed, 24 Aug 2016 18:27:59 +0200 From: Michael Albinus To: xah lee Subject: Re: bug#1908: ange-ftp does not support extended passive mode References: <63829374-A8B5-4EF8-9E09-196A8FF2AF72@xahlee.org> Date: Wed, 24 Aug 2016 18:27:58 +0200 In-Reply-To: <63829374-A8B5-4EF8-9E09-196A8FF2AF72@xahlee.org> (xah lee's message of "Wed, 14 Jan 2009 14:50:58 -0800") Message-ID: <87shtugmi9.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:x6aGjL5P7nK9KHYAi1spWNTbduKoZyIaN5hCV6kRRVY/LkItlft +14byejShAP/usqnxstuEpx9IndGQ6SCxxybkSkvF9ZKxgqC7K7kSv9d6/KhwORgcjBoG9w KFDAOredGCvGvGGIl30CWytBd3ye6yHGECXUDn26uZYbQd6CTkTwJmZXg0zBi1oVxf9fIdA SpdVw6DvX8FpatsDLlYAw== X-UI-Out-Filterresults: notjunk:1;V01:K0:Cc2vGIKuwh0=:AD/F9mwfWxa0Wk7ByT+vlz qHlCpPNKhWVsh5UsscO/H+BftLHqXaZL/8Y+6JctwHNnC26BdWGSvSoOoz0NbI8rmbmbB1ZLn endNQ+ws0hixDVNDgLCdrLf+iQU27HW5dw1BK2Up5brVp2jbyB+hkrj54vn4PYpbmSJSQ7tBH AhJVRvKSFcFwEJC1MXEfs92Xs4NHa4EVL8QwMl8ankfIVTzwXNFfQt+OIAOZE8dgWgtW95sRy CuhnqZ4AhpWKVTO77hvoPQwF6yvXyCijPKHOIGe2hupJjrNDGeNWIO+28P0BCg/Fw8lstJFJu //lnaIrkr/bKOHPvGwCKDvfgkfVV50slb8r7FXBFbEtb5uivDo6zKx0KdUVoCbLQ3jszX8wrH Vki/UDmyDP/DUAkfNVPsmMHCG7eqIm87SoRzyAOHcN+xMNo9s7g8ffXdG4Srm8NOawwLonRTc g5ZDywHAdmvJOHMEM5OphmrW9/XtuamjpJR2FU3ZhXE0sBrGGXUZuMRTVGhFa1++mdBdx2+zS PWnES+7YjjM2TCwyz5sQ/cPqAR6Gw9oybjgCZ+Y2Bv8lz/txIWr8tJVkNhBcJYNN3b7QejHJk JUvJDHtPArEjPZLiwy+pBacP+6dR4Vt9OIsA/LBGlGXDJECFao7Fr/wF5gh8XIuZffksuCVPP U+0MQjmknLYhRX2gDEKywQ8nEHR8hThOLRbSfn03evNOOAE0nchCzHrV3hWgQ3WedQlmztbMI KkAI46Umd8qtCdeAW1i3fUQb6pbt9f6/TGjn3w/WYLQISifEHqGq8IDLrwAcmbC3kbNbfv+am WEy4YLo X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 1908 Cc: 1908@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -0.7 (/) xah lee writes: Hi Xah, > Summary: ange-ftp mode does not support the extended passive mode > (epsv) mode. [...] > However, i need to use it inside emacs to be able to dev on the site. > i don't see any customizable var about epsv in > ange-ftp's customize panel. > > (yes i know about sftp, ssh... Not a option here. ange-ftp has passive > mode, but that doesn't work for me in this case) This is a very old bug report. Nobody has taken the ball; in fact there is no active maintainer who will work on new ange-ftp features. Do you still need extended passive mode in ange-ftp? And in case of, how could we continue? The only idea I have in mind would be a contribution from you. Nobody else has requested this. > Xah Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 24 12:48:30 2016 Received: (at 1908) by debbugs.gnu.org; 24 Aug 2016 16:48:30 +0000 Received: from localhost ([127.0.0.1]:39311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bcbLq-0005Df-1G for submit@debbugs.gnu.org; Wed, 24 Aug 2016 12:48:30 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:35382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bcbLp-0005DU-Ef for 1908@debbugs.gnu.org; Wed, 24 Aug 2016 12:48:29 -0400 Received: by mail-oi0-f49.google.com with SMTP id 4so30755508oih.2 for <1908@debbugs.gnu.org>; Wed, 24 Aug 2016 09:48:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=XLy+z5P5eij9yEOhDh/u/WdzYmEMSxs5JzoQVK/XjIg=; b=NzP+XhVupkH1hpbtPWg76jpU3qOcS1Bt6T02KPXRyvvHCvA4JNy19UtTwz+3Rb4iZZ zgTgTfpvSYBCVgRUdIFB6OgpVqRSXTdji6iSfsMBFzXAGeDAb5V2+0O2B6SyIEn8hosK b/4nIw9llWMI3flGN2+wrVyIvAF1bIOz2+SFRoK75s7OidyTnaS+RegQlDVKs2c3OfDK z9BdWfvpG+jVc6CYAG+12bKCVF1SLOd31m8hCSI18bXty8RSCkMdzlTCNQGuaQ6YDpkr RdTR9VBSUqddLrmMxWHh1sLMAeWpiuQyFI9slCRYWxSZ5VLUzs3f5TNXjxG9S1g9J1Or SgZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=XLy+z5P5eij9yEOhDh/u/WdzYmEMSxs5JzoQVK/XjIg=; b=HBdKS0mLFDyk0dBUkncpv3vDq+rliubePglgePOKVbUWu7jQQxV1CMZXajgURiCOqP X3yxZD8PgXNva5SxWWervgzR+1tQylLheKVtxG50VqJ1QNODSK1RgtIJ6DaOroS+dAKg xIBWrQxuhLHa2f4HWL7ztXQYmHFhimPmtYEyHSh1TgvKUlvKc4a/PrhtZ/anTLZ8zbOt aGeweT+avJl6QPSqUE4lFXCrfFhvoyotC4jNTQdSqvidrpnzeTCOaKTxZhc/HDvG/kPu g1ocAHYqLOIGdUyNF0er76nv7EtcmNFo8u3FyeBB2/RRn++Cg8P6pU6WZGeIjNhO1Mec F3Yg== X-Gm-Message-State: AEkoouvDDi7hanng+uAMVykMTB+IYjt/EDnojplbvyef5d4T2KG+1GTsemRGjgTXgZkTMDyr0VCI8RKp0oDuEg== X-Received: by 10.202.236.146 with SMTP id k140mr3200366oih.191.1472057303643; Wed, 24 Aug 2016 09:48:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.14.183 with HTTP; Wed, 24 Aug 2016 09:48:23 -0700 (PDT) In-Reply-To: <87shtugmi9.fsf@gmx.de> References: <63829374-A8B5-4EF8-9E09-196A8FF2AF72@xahlee.org> <87shtugmi9.fsf@gmx.de> From: Xah Lee Date: Wed, 24 Aug 2016 09:48:23 -0700 Message-ID: Subject: Re: bug#1908: ange-ftp does not support extended passive mode To: Michael Albinus Content-Type: multipart/alternative; boundary=001a11c183d8ac3fec053ad40c7a X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 1908 Cc: 1908@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: xahlee@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --001a11c183d8ac3fec053ad40c7a Content-Type: text/plain; charset=UTF-8 hi Michael, very old indeed! I think we can close it. For me, I haven't heard of ftp in tech sphere for many years. I haven't used any ftp for perhaps 5 years. (maybe except downloading gnu emacs from fsf via browser) Thank you for writing. Best. Xah On Wed, Aug 24, 2016 at 9:27 AM, Michael Albinus wrote: > xah lee writes: > > Hi Xah, > > > Summary: ange-ftp mode does not support the extended passive mode > > (epsv) mode. > > [...] > > > However, i need to use it inside emacs to be able to dev on the site. > > i don't see any customizable var about epsv in > > ange-ftp's customize panel. > > > > (yes i know about sftp, ssh... Not a option here. ange-ftp has passive > > mode, but that doesn't work for me in this case) > > This is a very old bug report. Nobody has taken the ball; in fact there > is no active maintainer who will work on new ange-ftp features. > > Do you still need extended passive mode in ange-ftp? And in case of, how > could we continue? The only idea I have in mind would be a contribution > from you. Nobody else has requested this. > > > Xah > > Best regards, Michael. > --001a11c183d8ac3fec053ad40c7a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
hi Michael,

very old indeed!= I think we can close it.

For me, I haven't he= ard of ftp in tech sphere for many years. I haven't used any ftp for pe= rhaps 5 years. (maybe except downloading gnu emacs from fsf via browser)

Thank you for writing. Best.

=C2=A0Xah

On Wed, Aug 24, 2016 at 9:27 AM, Michael Albinus &l= t;michael.albin= us@gmx.de> wrote:
xah lee = <xah@xahlee.org> writes:

Hi Xah,

> Summary: ange-ftp mode does not support the extended passive mode
> (epsv) mode.

[...]

> However, i need to use it inside emacs to be able to dev on the site.<= br> > i don't see any customizable var about epsv in
> ange-ftp's customize panel.
>
> (yes i know about sftp, ssh... Not a option here. ange-ftp has passive=
> mode, but that doesn't work for me in this case)

This is a very old bug report. Nobody has taken the ball; in fact there
is no active maintainer who will work on new ange-ftp features.

Do you still need extended passive mode in ange-ftp? And in case of, how could we continue? The only idea I have in mind would be a contribution
from you. Nobody else has requested this.

>=C2=A0 =C2=A0Xah

Best regards, Michael.

--001a11c183d8ac3fec053ad40c7a-- From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 24 13:45:33 2016 Received: (at 1908-done) by debbugs.gnu.org; 24 Aug 2016 17:45:34 +0000 Received: from localhost ([127.0.0.1]:39317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bccF3-0006VE-Im for submit@debbugs.gnu.org; Wed, 24 Aug 2016 13:45:33 -0400 Received: from mout.gmx.net ([212.227.15.19]:62360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bccF1-0006V1-On for 1908-done@debbugs.gnu.org; Wed, 24 Aug 2016 13:45:32 -0400 Received: from detlef.gmx.de ([87.146.45.218]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MQ33z-1bYTVG0jDv-005ESB; Wed, 24 Aug 2016 19:45:25 +0200 From: Michael Albinus To: Xah Lee Subject: Re: bug#1908: ange-ftp does not support extended passive mode References: <63829374-A8B5-4EF8-9E09-196A8FF2AF72@xahlee.org> <87shtugmi9.fsf@gmx.de> Date: Wed, 24 Aug 2016 19:45:23 +0200 In-Reply-To: (Xah Lee's message of "Wed, 24 Aug 2016 09:48:23 -0700") Message-ID: <87mvk2gix8.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:8GE3Fbgu1tqbXo8aD7Ny6vcK7iukIMyX6UqY5tVIZ2+7rE/CHfH TajHt5u77mSiem1XcyDnChOvYa1MNKu9+/D6QokVYcyTuUeqbWFmcZTKYgh0d0i4pjE3S0p weBsAHQwrDXGCldzgQcGYd8IJ/LjzkjHyW4ndIyH3K7CqN2tIMkgrfnJhIpCdCkCsDCuY6y ubpAKSauf0wEkKS6okbuA== X-UI-Out-Filterresults: notjunk:1;V01:K0:m9ztnakaP4o=:LUqw7kJHqjZqHMCd0m1i9a JrEuGMn8SqQDxl7NIcoR7fxuQxmXJdXOjavCuPsOH1bUD+VbjUzIr+T42XbqLB691MUBAPBxS wEQvjbu8oNMI2Mz2qUGG/07KRMpBobpBqyzMzzwcfxQIKaxak8qYscH25gXkmAtnKBzrx7T81 2viSjPnQcu4peXircpVAhcv0QxPXn1kVYDL1LHie/eCK/n1DNFMOfh4uBInXeer/JeOiGzXvH DrStq1hG2COxBPbhn97GcZW5mKW3lLQPeksHNBivy1xFQJoS6H/bH3C1rO2LMnY6QrRS/2bDN u+pRyTxeqrPiFqw1wfk0eFXnARDIbrqjdzqpmxtkgurkWLRKJPp7ohVum07tviNoSVBgYjA+0 8lguGwfMaufQZFDX3gK6tq9GTzDKIzIwmjDDKWO9sj/Vl2rmssB6ockWY+ipgCahYwdCKM7w8 jwJ6tDkIcsNWlqzyGi0TPd7lEd7+VeAI1cJp1yeRoayTdQvxp7jYsLYCuxp72RNc2tl2e7YFB fGlTIprSozdfzp/NHtRl6qSBl5txNMLrGEDkEnYeDQu3sOA9PJ0gaLlZl8ZgBzfK/O5iCu+2l CQBmfM4JvDQ1P0u41vFgTyK9JpXJ8SNV7aN2TmXdvTbRMmgTOoedduZfk9cXJ4BU25Oz9XinQ kqzjN1KBWACeZYra1GboYj66H8MFYf5ecLzAtqryzPaOPoSgpcbqcybhBGMhxeLgBaStbELhC xPkMPwBlzh15nUZKQrMpJW+gE5T1b9ju73Nj7/joX/Qho8yDySduD0t1itJjsAw1gAeGDTbsf 8E132df X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 1908-done Cc: 1908-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -0.7 (/) Xah Lee writes: > hi Michael, Hi Xah, > very old indeed! I think we can close it. > > For me, I haven't heard of ftp in tech sphere for many years. I > haven't used any ftp for perhaps 5 years. (maybe except downloading > gnu emacs from fsf via browser) Thanks for confirmation. So I close the bug. > Thank you for writing. Best. > > Xah Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 24 13:46:52 2016 Received: (at control) by debbugs.gnu.org; 24 Aug 2016 17:46:52 +0000 Received: from localhost ([127.0.0.1]:39324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bccGK-0006Xj-1i for submit@debbugs.gnu.org; Wed, 24 Aug 2016 13:46:52 -0400 Received: from mout.gmx.net ([212.227.15.18]:61403) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bccGI-0006XW-PR for control@debbugs.gnu.org; Wed, 24 Aug 2016 13:46:51 -0400 Received: from detlef.gmx.de ([87.146.45.218]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0Mda8q-1bmPuq3RKm-00PNp7 for ; Wed, 24 Aug 2016 19:46:44 +0200 Date: Wed, 24 Aug 2016 19:46:44 +0200 Message-Id: <87k2f6giuz.fsf@gmx.de> To: control@debbugs.gnu.org From: Michael Albinus Subject: control message for bug #1908 X-Provags-ID: V03:K0:vzvM8KcArN6WxTPa8As8WoeMohbiFfoXQnpL5SEJ8gazWROiAYb PpFozawliLQn0asEigBlNy2Pxss200Y5Lp5NyC2U8VxJfdP4Sjif374rPzAHt/0kCO1iPyF XoN6bEqhEdfJsGpvRdikrDP9dsnrprv1D/xaLDdpfpxRWddM0HQrRW46cxG/NzoqmiFwEs1 CIyh+bHJBkJQDOkP5vmbg== X-UI-Out-Filterresults: notjunk:1;V01:K0:QQXJ767ZlPA=:VIBtFbUN6a0D1ubSsMRItX XccUiksWsYRG8Qf2Yk+RUDDAqv6vdw3CPcStKzWNdcUrel6pq9tCNbPPHleDwxxg1EVjUzhzq 6OttaPEhmdxcVUBBrzmGc31CTfF1MOggSP+/+Qm7H8j3dHyOoZ3i8q7iqvHSO1TspnHAFjHsM twhh+aRXg+5Bbcvitu09VKDw+T3nrJsgbmzg1caoRR5pXwws8B6Xm3HfMDb1b1P6SQKRuB6SI ZHrSKKiMOrNQVLA4VDBITXw5PbjUXRbwf+rtRxI78w1MPeoRCuKNlvPraBg645ald9Sxva2lI kRFXV+Vq1Vop5gzqdlaoHl9s2v26jeoSG7aL/YYBbFMcq/vhLDkxnDAUR9n2CIsSrVCm/XJZ4 Mh2H6JDZ/FWe+PXbDdNaA/cNF1OUJcxxKoDMaPdpGx2fAlAFJgQLeZncraAkAliX/p2kMpyx1 zlmcHlPmcpWcJkWEb5A7H58xECldKuReq24+CxiWVFytaYEZ42XsWjnVbP8PTjaTWFnGZkwlp qxJmbP91ORu2vD6pOcyDe4apdldTCiYLWgjcqcnsNVw9b7r30jymRW8nhjntlMdrBqCPxoIaI ejf4pqeXBrh7ww+4aVvVzRaEngUy4Dq0Pv7aAzc5XByFOkde9gO6kuZxr4QFp2Dar7q7kqAwL VTe5VsqY3IQZfbXPA1jotKFinsB4F3YR0zNLGV2Lmc8/+JZR2eDkcUZGTA7AOLGv3H2wrkvqb 76aOvP+wOQ+6HrDtrJnaUCvy+fKG8q/seHBbzRagrFs/INOM/RZHzw/sFtc= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -0.7 (/) tags 1908 wontfix From unknown Sun Jun 22 03:56:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Sep 2016 11:24:03 +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