From 31f4ca2398e4a57a42a30e4342e4279f794f69b5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 27 Sep 1996 19:28:43 +0000 Subject: [PATCH] (ange-ftp-skip-msgs): Recognize `passive'. --- lisp/ange-ftp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5