summaryrefslogtreecommitdiff
path: root/lisp/net/ange-ftp.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2001-10-02 21:34:12 +0000
committerAndreas Schwab <schwab@suse.de>2001-10-02 21:34:12 +0000
commit7d685c849a03eedb3670098e5e0243c7f900a674 (patch)
treed59cc16b7668a923073db81ae0ef4744a4d00485 /lisp/net/ange-ftp.el
parentae1a95818a80555fe9a38a8da0321e20e59aec5f (diff)
downloademacs-7d685c849a03eedb3670098e5e0243c7f900a674.tar.gz
(ange-ftp-skip-msgs): Add 227 and 228 for Long
and Extended Passive Mode, resp.
Diffstat (limited to 'lisp/net/ange-ftp.el')
-rw-r--r--lisp/net/ange-ftp.el2
1 files changed, 1 insertions, 1 deletions
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)