diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-27 19:28:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-27 19:28:43 +0000 |
commit | 7734a4640e5e268187e7772c7b64328e923b2a84 (patch) | |
tree | 863de8ef39472ac7db6859ec0a19c4edcb9a2b7a /lisp/ange-ftp.el | |
parent | e46b4fd1020171e959a863988bb1449f95761b53 (diff) | |
download | emacs-7734a4640e5e268187e7772c7b64328e923b2a84.tar.gz |
(ange-ftp-skip-msgs): Recognize `passive'.
Diffstat (limited to 'lisp/ange-ftp.el')
-rw-r--r-- | lisp/ange-ftp.el | 3 |
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).") (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 |