* net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"

messages.
This commit is contained in:
Michael Albinus 2010-02-02 12:19:36 +01:00
parent 6ba973c193
commit c35fcd5222
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-02-02 Michael Albinus <michael.albinus@gmx.de>
* net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
messages.
2010-02-01 Juri Linkov <juri@jurta.org>
* arc-mode.el (archive-zip-extract): Use `member-ignore-case' to

View file

@ -720,7 +720,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
"^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
"^Data connection \\|"
"^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
"^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|"
"^500 .*AUTH\\|^KERBEROS\\|"
"^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
"^534 Kerberos Authentication not enabled\\|"
"^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")