all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Bug that needs fixing
Date: Thu, 14 Jul 2005 09:20:23 +0100	[thread overview]
Message-ID: <42D62047.3010903@gnu.org> (raw)
In-Reply-To: <87u0ixkie5.fsf-monnier+emacs@gnu.org>

Stefan Monnier wrote:

>--- orig/lisp/net/ange-ftp.el
>+++ mod/lisp/net/ange-ftp.el
>@@ -729,7 +729,15 @@
> 	  "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
>           "^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|"
> 	  "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
>-	  "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
>+	  "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT\\|"
>+          ;; On Mac OS X we sometimes get things like:
>+          ;; 
>+          ;;     ftp> open ftp.nluug.nl
>+          ;;     Trying 2001:610:1:80aa:192:87:102:36...
>+          ;;     ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
>+          ;;     Trying 192.87.102.36...
>+          ;;     Connected to ftp.nluug.nl.
>+          "^ftp: connect to address .*: No route to host")
>  
>
Shouldn't all responses that do not start with a status code be ignored?

ie

"^[^1-9][^0-9][^0-9]"

or are there non-standard ftp servers that we have to parse 
status-code-less responses from?

       reply	other threads:[~2005-07-14  8:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1DjLqu-0006B3-CL@fencepost.gnu.org>
     [not found] ` <87mzpcvpv3.fsf@gmx.de>
     [not found]   ` <87u0ixkie5.fsf-monnier+emacs@gnu.org>
2005-07-14  8:20     ` Jason Rumney [this message]
2005-07-14 12:28       ` Bug that needs fixing Michael Albinus
2005-07-14 13:33         ` Jason Rumney
2005-07-16  0:51       ` Michael Welsh Duggan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42D62047.3010903@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.