From: Richard M. Stallman Date: Tue, 27 Aug 2002 21:22:29 +0000 (+0000) Subject: (ange-ftp-skip-msgs): Skip the 530 response X-Git-Tag: emacs-pretest-21.2.91~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cbebadb35b7a2381ccbd04e37eed70b1185ec55;p=emacs.git (ange-ftp-skip-msgs): Skip the 530 response given by vsFTPd when accessed with a kerberised FTP client. --- diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index f1aaa53e637..f1d195d1200 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -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