aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2017-08-14 18:05:58 +0200
committerMichael Albinus2017-08-14 18:05:58 +0200
commit65899e5b0180284b87b1fa94c091b903056c6bfc (patch)
tree25adadefa8d86d6ebc373d494c5874801fd23f0e /lisp
parentab2da681b904cd0c7bfac3a6f5fb3347cc591f20 (diff)
downloademacs-65899e5b0180284b87b1fa94c091b903056c6bfc.tar.gz
emacs-65899e5b0180284b87b1fa94c091b903056c6bfc.zip
* lisp/net/ange-ftp.el (ange-ftp-skip-msgs): Support ftp-ssl.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/ange-ftp.el1
1 files changed, 1 insertions, 0 deletions
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)."
693 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|" 693 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|"
694 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|" 694 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
695 "^Data connection \\|" 695 "^Data connection \\|"
696 "^SSL not available\\|"
696 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" 697 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
697 "^500 .*AUTH\\|^KERBEROS\\|" 698 "^500 .*AUTH\\|^KERBEROS\\|"
698 "^500 This security scheme is not implemented\\|" 699 "^500 This security scheme is not implemented\\|"