]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-skip-msgs): Recognize `passive'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Sep 1996 19:28:43 +0000 (19:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Sep 1996 19:28:43 +0000 (19:28 +0000)
lisp/ange-ftp.el

index 8bfe34db464a3de92af165e449115a7c0537e30d..77f799f2a044821765d6b3c0c1df57c6277ebae1 100644 (file)
@@ -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