]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/ange-ftp.el (ange-ftp-skip-msgs): Support ftp-ssl.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 14 Aug 2017 16:05:58 +0000 (18:05 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 14 Aug 2017 16:05:58 +0000 (18:05 +0200)
lisp/net/ange-ftp.el

index a4842077ad61d8d44f89cee3cb086cbec7b3e207..0fbf82577aa70a9b60e3d4571beee2f2c2f807ca 100644 (file)
@@ -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\\|"