]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-skip-msgs): Skip the 530 response
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Aug 2002 21:22:29 +0000 (21:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Aug 2002 21:22:29 +0000 (21:22 +0000)
given by vsFTPd when accessed with a kerberised FTP client.

lisp/net/ange-ftp.el

index f1aaa53e63794c69a1dfb05537b108f497ef57cc..f1d195d12009b909365238ecf8a6b73922e29f2f 100644 (file)
@@ -678,6 +678,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