emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy 5e0403c 085/173: Instructions for FTP in mac


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 5e0403c 085/173: Instructions for FTP in macOS 10.13
Date: Sat, 20 Oct 2018 10:36:35 -0400 (EDT)

branch: externals/ssh-deploy
commit 5e0403c93694243643a2b812313718d86955f0db
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Instructions for FTP in macOS 10.13
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index d744712..43dcdf4 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,16 @@ Host remote-host
     IdentityFile identity-file
 ```
 
+## TRAMP FTP problem in macOS 10.13
+
+macOS 10.13 removed the Darwin port of BSD `ftp` which is needed for 
`ange-ftp`, which is required by TRAMP. You can get it back by doing this:
+
+1. Download 
<https://opensource.apple.com/tarballs/lukemftp/lukemftp-16.tar.gz> or some 
other version from <https://opensource.apple.com/tarballs/lukemftp/>
+2. Extract archive
+3. Visit folder for `tnftp` inside the extracted archive in terminal
+4. Type `./configure` then `make` and then `sudo make install`
+5. Type `mv ./src/ftp /usr/local/bin/ftp`
+
 ## Read more
 * <https://www.emacswiki.org/emacs/DirectoryVariables>
 * <http://www.gnu.org/software/tramp/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]