Author Topic: Using FTP between EL Capitan and OS 9  (Read 13442 times)

Offline torvan

  • Veteran Member
  • ****
  • Posts: 138
  • Old School
Using FTP between EL Capitan and OS 9
« on: June 18, 2016, 05:37:43 PM »
Just a note for future reference.

If you have a machine running El Capitan, you will notice under System Preferences:Sharing that FTP is no longer an option.  That might lead you to think it was removed--but a simple trip to Terminal will turn FTP back on:

Launch Terminal and type in the following and enter your password:

Code: [Select]
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
That is it!

Now to turn it back off again, you Unload it:

Code: [Select]
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist

Now fire up Fetch (I use 4.0.3 on my iMac) and begin a new connection.

The Host is the IP Address of the El Capitan machine. (Get that from System Preferences: Network).

The User ID is the account on the El Capitan machine you want to use.

The Password is the password on that same account.

That is it! Get and Put to your heart's desire.
15 Macs (13 of them ranging from an SE to a MDD), 2 iPads, 2 iPhones, 1 Hackintosh. Small house getting smaller with each Mac. . . . .  .Husband shakes his head but supports my habit.

Offline geforceg4

  • Platinum Member
  • *****
  • Posts: 535
  • i did my time on mac os 9
Re: Using FTP between EL Capitan and OS 9
« Reply #1 on: August 13, 2016, 08:17:50 AM »
did u ever try doing it the other way around?
sharing writable file location FROM the mac os 9 machine?
i think i did this last year and i was shocked that it actually worked

Offline maduro

  • Valued Member
  • **
  • Posts: 11
  • new to the forums
Re: Using FTP between EL Capitan and OS 9
« Reply #2 on: September 13, 2016, 04:17:09 PM »
You need Rumpus 2.0.....msg me.

Offline maduro

  • Valued Member
  • **
  • Posts: 11
  • new to the forums
Re: Using FTP between EL Capitan and OS 9
« Reply #3 on: September 14, 2016, 07:30:34 AM »
Ok, I've uploaded Rumpus Pro 2.0 to macgarden...be sure to look at the config screen snap.  This app works great on OS 9.2.2.

http://macintoshgarden.org/apps/rumpus-20-ftp-server

Offline Metrophage

  • Veteran Member
  • ****
  • Posts: 192
Re: Using FTP between EL Capitan and OS 9
« Reply #4 on: August 19, 2018, 06:51:43 PM »
This works, but requires caution to do! I was trying to get FTP running in El Capitan about a month ago and was thrown off by the font spacing on a website, which inspired me to try "...launchctl load -w /System/Library/LaunchDaemons/ ftp.plist" - with a space between the directory and ftp.plist. This caused errors, because my system saw the / and tried loading all of the launch daemons in that directory. In trying to fix it, I accidentally blacklisted ALL of my launch daemons, rendering my system non-bootable. And it's a hackintosh, which makes fixing things a headache. I was able to fix it by taking some time to learn more about the OS X boot process than I wanted to know, but it took a few days.

Moral of the story: pay close attention, and don't try risky terminal jiggerypokery when you've been up all night and are too tired to think it through clearly.