Mercurial > emacs
changeset 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 | bdf05c504564 |
children | 163cd2024354 90dfa01009dd |
files | lisp/ChangeLog lisp/net/ange-ftp.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 02 00:35:04 2010 +0200 +++ b/lisp/ChangeLog Tue Feb 02 12:19:36 2010 +0100 @@ -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
--- a/lisp/net/ange-ftp.el Tue Feb 02 00:35:04 2010 +0200 +++ b/lisp/net/ange-ftp.el Tue Feb 02 12:19:36 2010 +0100 @@ -720,7 +720,7 @@ "^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")