diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2017-08-14 18:05:58 +0200 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2017-08-14 18:05:58 +0200 |
| commit | 65899e5b0180284b87b1fa94c091b903056c6bfc (patch) | |
| tree | 25adadefa8d86d6ebc373d494c5874801fd23f0e /lisp | |
| parent | ab2da681b904cd0c7bfac3a6f5fb3347cc591f20 (diff) | |
| download | emacs-65899e5b0180284b87b1fa94c091b903056c6bfc.tar.gz | |
* lisp/net/ange-ftp.el (ange-ftp-skip-msgs): Support ftp-ssl.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/ange-ftp.el | 1 |
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)." (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\\|" |
