From 65899e5b0180284b87b1fa94c091b903056c6bfc Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 14 Aug 2017 18:05:58 +0200 Subject: [PATCH] * lisp/net/ange-ftp.el (ange-ftp-skip-msgs): Support ftp-ssl. --- lisp/net/ange-ftp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index a4842077ad6..0fbf82577aa 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -693,6 +693,7 @@ parenthesized expressions in REGEXP for the components (in that order)." (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|" "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|" "^Data connection \\|" + "^SSL not available\\|" "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" "^500 .*AUTH\\|^KERBEROS\\|" "^500 This security scheme is not implemented\\|" -- 2.39.5