From: Andreas Schwab Date: Tue, 2 Oct 2001 21:34:12 +0000 (+0000) Subject: (ange-ftp-skip-msgs): Add 227 and 228 for Long X-Git-Tag: emacs-21.1~96 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d685c849a03eedb3670098e5e0243c7f900a674;p=emacs.git (ange-ftp-skip-msgs): Add 227 and 228 for Long and Extended Passive Mode, resp. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b9d07da154..e3e7569a724 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-02 Andreas Schwab + + * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long + and Extended Passive Mode, resp. + 2001-10-01 Eli Zaretskii These changes add support for Calendar-related items in the diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 12aaaa58fe5..b167879db1e 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -678,7 +678,7 @@ parenthesized expressions in REGEXP for the components (in that order)." "^Data connection \\|" "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" "^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|" - "^227 .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT") + "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT") "*Regular expression matching ftp messages that can be ignored." :group 'ange-ftp :type 'regexp)