ftp high sierra

High Sierra is missing FTP. We need FTP to allow macs to communicate with network scanners. Let's get FTP back into the OS.

Posted on Sep 26, 2017 5:42 PM

Reply
Question marked as Top-ranking reply

Posted on Dec 4, 2017 2:30 AM

I reinstated ftp from GNU inetutils source code as follows:


Make sure that you've installed Xcode from the App Store (FREE)

Open a terminal window and type:


cd ~

mkdir inetutils

cd inetutils

curl http://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.gz -o inetutils-1.9.4.tar.gz

tar xvzf inetutils-1.9.4.tar.gz

cd inetutils-1.9.4

./configure --disable-servers --disable-clients --enable-ftp

make

sudo make install

This installs "ftp" in /usr/local/bin


You should be able to access it from the command line now using the usual "ftp" command.


inetutils contains a bunch of networking tools, if you want to enable telnet again at the same time you would add "--enable-telnet" at the same time. inetutils does include an ftp server (ftpd), but I haven't tried that. No reason why it shouldn't work though. I don't recommend installing the GNU versions of the other inetutils apps as they are still part of High Sierra and could cause problems down the line (e.g. when OS updates etc).

7 replies
Question marked as Top-ranking reply

Dec 4, 2017 2:30 AM in response to LCohen37

I reinstated ftp from GNU inetutils source code as follows:


Make sure that you've installed Xcode from the App Store (FREE)

Open a terminal window and type:


cd ~

mkdir inetutils

cd inetutils

curl http://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.gz -o inetutils-1.9.4.tar.gz

tar xvzf inetutils-1.9.4.tar.gz

cd inetutils-1.9.4

./configure --disable-servers --disable-clients --enable-ftp

make

sudo make install

This installs "ftp" in /usr/local/bin


You should be able to access it from the command line now using the usual "ftp" command.


inetutils contains a bunch of networking tools, if you want to enable telnet again at the same time you would add "--enable-telnet" at the same time. inetutils does include an ftp server (ftpd), but I haven't tried that. No reason why it shouldn't work though. I don't recommend installing the GNU versions of the other inetutils apps as they are still part of High Sierra and could cause problems down the line (e.g. when OS updates etc).

Oct 31, 2017 7:02 PM in response to Kappy

No help.
Scanners have three options.
Email is limited to 9 page scan.
SMB ***** to Mac.

FTP has been tried and true since the 1980s (just doesn't have transport encryption, which isn't needed in this case anyway) and High Sierra decided to buck 30 years of usefulness and drop the service 😟


Not replacing perfectly good scanner technology.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

ftp high sierra

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.