changeset 110458:6a4fac654761

* net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 21 Sep 2010 10:35:18 +0200
parents f963581bbc72
children 7ea64e427cb0
files lisp/ChangeLog lisp/net/ange-ftp.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 21 09:34:26 2010 +0200
+++ b/lisp/ChangeLog	Tue Sep 21 10:35:18 2010 +0200
@@ -1,3 +1,7 @@
+2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
+
+	* net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
+
 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
 
 	* menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
--- a/lisp/net/ange-ftp.el	Tue Sep 21 09:34:26 2010 +0200
+++ b/lisp/net/ange-ftp.el	Tue Sep 21 10:35:18 2010 +0200
@@ -722,6 +722,7 @@
 	  "^Data connection \\|"
 	  "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
           "^500 .*AUTH\\|^KERBEROS\\|"
+          "^504 Unknown security mechanism\\|"
 	  "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
 	  "^534 Kerberos Authentication not enabled\\|"
 	  "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")