changeset 39533:75cd77e6f1d5

(ange-ftp-skip-msgs): Add 227 and 228 for Long and Extended Passive Mode, resp.
author Andreas Schwab <schwab@suse.de>
date Tue, 02 Oct 2001 21:33:49 +0000
parents ac47538f575d
children f4b2520e15bf
files lisp/net/ange-ftp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/ange-ftp.el	Tue Oct 02 02:35:04 2001 +0000
+++ b/lisp/net/ange-ftp.el	Tue Oct 02 21:33:49 2001 +0000
@@ -678,7 +678,7 @@
 	  "^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)