Mercurial > emacs
changeset 47068:9026b0749c9e
(ange-ftp-skip-msgs): Skip the 530 response
given by vsFTPd when accessed with a kerberised FTP client.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Aug 2002 21:21:17 +0000 |
parents | d87784183b26 |
children | 1194d94c5eae |
files | lisp/net/ange-ftp.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/ange-ftp.el Tue Aug 27 20:38:30 2002 +0000 +++ b/lisp/net/ange-ftp.el Tue Aug 27 21:21:17 2002 +0000 @@ -728,6 +728,7 @@ "^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