aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-27 19:28:43 +0000
committerRichard M. Stallman1996-09-27 19:28:43 +0000
commit31f4ca2398e4a57a42a30e4342e4279f794f69b5 (patch)
tree85eddd6022141bef08a49949518405ea4c906994
parente84e14c381f679a145491b8aa4a91863c656b13d (diff)
downloademacs-31f4ca2398e4a57a42a30e4342e4279f794f69b5.tar.gz
emacs-31f4ca2398e4a57a42a30e4342e4279f794f69b5.zip
(ange-ftp-skip-msgs): Recognize `passive'.
-rw-r--r--lisp/ange-ftp.el3
1 files changed, 2 insertions, 1 deletions
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).")
656 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|" 656 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|"
657 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|" 657 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
658 "^Data connection \\|" 658 "^Data connection \\|"
659 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye") 659 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
660 "^227 .*[Pp]assive")
660 "*Regular expression matching ftp messages that can be ignored.") 661 "*Regular expression matching ftp messages that can be ignored.")
661 662
662(defvar ange-ftp-fatal-msgs 663(defvar ange-ftp-fatal-msgs