diff 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
line wrap: on
line diff
--- 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")