Wednesday, December 13, 2017

FTP on Mac OS X High Sierra

Mac OS X High Sierra stopped supporting telnet and ftp. To get it back you can use homebrew and install that way with the following commands # Install Homebrew (http://brew.sh) /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Install inetutils homebrew install inetutils

No comments: