From 7d685c849a03eedb3670098e5e0243c7f900a674 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 2 Oct 2001 21:34:12 +0000 Subject: [PATCH] (ange-ftp-skip-msgs): Add 227 and 228 for Long and Extended Passive Mode, resp. --- lisp/ChangeLog | 5 +++++ lisp/net/ange-ftp.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.5