[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error 500 problem
From: |
Michael Albinus |
Subject: |
Re: error 500 problem |
Date: |
Mon, 21 Jan 2013 15:11:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Michael Albinus <address@hidden> writes:
Hi Christian,
> Could you, please, try the following patch:
>
> --8<---------------cut here---------------start------------->8---
> ~/src/emacs$ bzr diff
> === modified file 'lisp/net/ange-ftp.el'
> --- lisp/net/ange-ftp.el 2013-01-01 09:11:05 +0000
> +++ lisp/net/ange-ftp.el 2013-01-11 07:26:11 +0000
> @@ -720,6 +720,7 @@
> "^Data connection \\|"
> "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
> "^500 .*AUTH\\|^KERBEROS\\|"
> + "^500 This security scheme is not implemented\\|"
> "^504 Unknown security mechanism\\|"
> "^530 Please login with USER and PASS\\|" ; non kerberized vsFTPd
> "^534 Kerberos Authentication not enabled\\|"
>
> --8<---------------cut here---------------end--------------->8---
Have you tried the patch? It is lurking in my local repository, and I
would like to commit if it helps.
Best regards, Michael.