diff lisp/net/ange-ftp.el @ 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 253f761ad37b
children c5c5558d34cc
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)