comparison lisp/ange-ftp.el @ 27357:d2027e4f6c93

(ange-ftp-skip-msgs): Add regexp for EPRT.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Jan 2000 12:01:32 +0000
parents 6b68e8616c20
children 00282ceafbca
comparison
equal deleted inserted replaced
27356:6a78e514e6d3 27357:d2027e4f6c93
669 (defcustom ange-ftp-skip-msgs 669 (defcustom ange-ftp-skip-msgs
670 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|" 670 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|"
671 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|" 671 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
672 "^Data connection \\|" 672 "^Data connection \\|"
673 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" 673 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
674 "^227 .*[Pp]assive") 674 "^227 .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
675 "*Regular expression matching ftp messages that can be ignored." 675 "*Regular expression matching ftp messages that can be ignored."
676 :group 'ange-ftp 676 :group 'ange-ftp
677 :type 'regexp) 677 :type 'regexp)
678 678
679 (defcustom ange-ftp-fatal-msgs 679 (defcustom ange-ftp-fatal-msgs