(ange-ftp-skip-msgs): Skip the 530 response
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Aug 2002 21:21:24 +0000 (21:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Aug 2002 21:21:24 +0000 (21:21 +0000)
given by vsFTPd when accessed with a kerberised FTP client.

lisp/ChangeLog
lisp/net/ange-ftp.el

index cc0fa8f..77b454c 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-27  Francesco Potorti`  <pot@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
+       given by vsFTPd when accessed with a kerberised FTP client.
+
 2002-08-27  Richard M. Stallman  <rms@gnu.org>
 
        * files.el (find-alternate-file):
index bd9a432..010c7fe 100644 (file)
@@ -728,6 +728,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
          "^Data connection \\|"
          "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
           "^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|"
+         "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
          "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
   "*Regular expression matching ftp messages that can be ignored."
   :group 'ange-ftp