From: Richard M. Stallman Date: Fri, 27 Sep 1996 19:28:43 +0000 (+0000) Subject: (ange-ftp-skip-msgs): Recognize `passive'. X-Git-Tag: emacs-20.1~3591 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31f4ca2398e4a57a42a30e4342e4279f794f69b5;p=emacs.git (ange-ftp-skip-msgs): Recognize `passive'. --- diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 8bfe34db464..77f799f2a04 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -656,7 +656,8 @@ parenthesized expressions in REGEXP for the components (in that order).") (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|" "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|" "^Data connection \\|" - "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye") + "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" + "^227 .*[Pp]assive") "*Regular expression matching ftp messages that can be ignored.") (defvar ange-ftp-fatal-msgs