changeset 16353:07d7ce35e1be

(ange-ftp-skip-msgs): Recognize `passive'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Sep 1996 19:28:43 +0000
parents dfe3713f8c75
children b8f9fd9e47fa
files lisp/ange-ftp.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Fri Sep 27 07:46:54 1996 +0000
+++ b/lisp/ange-ftp.el	Fri Sep 27 19:28:43 1996 +0000
@@ -656,7 +656,8 @@
   (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