# HG changeset patch # User Andreas Schwab # Date 1002058429 0 # Node ID 75cd77e6f1d5dec70d73c35a05bdb532f65b314f # Parent ac47538f575d135ee38885b44b38abdd9de2538a (ange-ftp-skip-msgs): Add 227 and 228 for Long and Extended Passive Mode, resp. diff -r ac47538f575d -r 75cd77e6f1d5 lisp/net/ange-ftp.el --- 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)