branch: externals/ssh-deploy commit 5e0403c93694243643a2b812313718d86955f0db Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
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/>