comparison lisp/net/ange-ftp.el @ 107072:abe576120f76

* net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH" messages.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 02 Feb 2010 12:19:36 +0100
parents 5555e86608c1
children 59d8f3cc91f4
comparison
equal deleted inserted replaced
107071:bdf05c504564 107072:abe576120f76
718 (defcustom ange-ftp-skip-msgs 718 (defcustom ange-ftp-skip-msgs
719 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|" 719 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|"
720 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|" 720 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
721 "^Data connection \\|" 721 "^Data connection \\|"
722 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" 722 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
723 "^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|" 723 "^500 .*AUTH\\|^KERBEROS\\|"
724 "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd 724 "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
725 "^534 Kerberos Authentication not enabled\\|" 725 "^534 Kerberos Authentication not enabled\\|"
726 "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT") 726 "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
727 "Regular expression matching FTP messages that can be ignored." 727 "Regular expression matching FTP messages that can be ignored."
728 :group 'ange-ftp 728 :group 'ange-ftp