]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-skip-msgs): Add 227 and 228 for Long
authorAndreas Schwab <schwab@suse.de>
Tue, 2 Oct 2001 21:34:12 +0000 (21:34 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 2 Oct 2001 21:34:12 +0000 (21:34 +0000)
and Extended Passive Mode, resp.

lisp/ChangeLog
lisp/net/ange-ftp.el

index 3b9d07da1541f2bed3ba76197902dd5d60b496cb..e3e7569a724de7ce5924b09f79d2e997073bec66 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-02  Andreas Schwab  <schwab@suse.de>
+
+       * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
+       and Extended Passive Mode, resp.
+
 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
        These changes add support for Calendar-related items in the
index 12aaaa58fe5b9f5ce7517d69ee7fe938020f178b..b167879db1e5b09f61dc10d9eab25a03321716a7 100644 (file)
@@ -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)