Jump to content
AppleBytes

Bring back FTP and TELNET to MacOS

Recommended Posts

Apologies in advance, should this not be the best place. But I had difficulty deciding where the best place would be. :)

That said; for some reason, Apple decided to remove ftp, and telnet -- both the clients, and the daemons. While I suppose one could argue that the daemons could be exploited. The clients ftp(1) and telnet(1) are less dangerous than rm(1)

sudo rm -rf /*

So. I bring (back) to MacOS users, the ftp, and telnet clients.

About

I've been programming on *BSD (FreeBSD, NetBSD, OpenBSD) for almost 40 years, and that's the OS I created these on for this release. They are 100% native to MacOS High Sierra or above (newer). This release installs both the clients, and the man(1) pages. These are the "full featured" versions. Which includes tab completion, and other conveniences, unlike the GNU counterparts.

Installation

To install from this archive. Open Terminal and change to the directory where you downloaded this archive. Then perform the following:
 

sudo unzip ./FTP-TELNET.zip

sudo rm ./FTP-TELNET.zip

sudo cp ./FTP-TELNET.txz /

cd /

sudo tar xvf ./FTP-TELNET.txz && rm ./FTP-TELNET.txz

You're done. Enjoy! :)

P.S.

Sorry for the extra commands for the zip wrapper. But in order to preserve the correct permissions on all the files involved, I needed to use tar(1) to create the archive. But this Forum doesn't support tar archived attachments.

 

FTP-TELNET.zip

Edited by AppleBytes
Fix title, attatch the correct archive
  • Like 1

ThinkPad E531, L530, Inspiron 9400: Core 2 duo @2.16GHz , 4GB, G70 Geforce 7800 (10.7/Lion)

E531: i5-3230M, L530: i3-3110M, Optiplex 780: Core i5 @3.1GHz, 8GB, Geforce 8400 GS (10.9/Mavericks)

HD4000, A68HM-E33 V2 (MS-7721): Athlon X4 860K, 8GB, GeForce GT 730 (10.9/Mavericks)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...