Dreevoo.com | Online Learning and Knowledge Sharing
 
Home | Programs | Apple software | Mac OS X | How to enable ftp server on Mac OS X 10.8
Guest
Click to view your profile
Topics
Programs
Languages
Recipes
Home
Shortcuts
 
 

How to enable ftp server on Mac OS X 10.8

Apple Mac OS X Lion and Mountain Lion don't come with a button that enables the ftp server by only a click, but that still doesn't mean the ftp server isn't included. Let's see how to enable it.

 
  Author: mat | Version: 10.8 | 7th May 2013 |  
 
 
1.
 

Click the Spotlight Search button in the Mac OS X toolbar end enter terminal into the search field.

Click the Terminal app (see picture).

 
 
2.
 

To enable the ftp server you need to enter the following command into the Terminal window:

sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist

... and press Enter.

It's a one line command, simply copy and paste it into the terminal window.

 
 
3.
 

To test if the Mac OS X ftp server was successfully enabled enter the following command into the terminal window:

ftp local host

... and press Enter.

If you get the Connected to local host message then your Mac OS X ftp server was successfully enabled.

To disable the ftp server enter the following command into the Terminal window:

sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist


Also recommended:


 
 
 
   
  Please login to post a comment
  Click to open user profile  
TOTO, 26th Oct 2023, 7:04 AM
I hope I can write anything similar to this. That's great, isn't it! Your writing style left a deep impression on me. Keep working hard! https://totochips.com
 
 
  Click to open user profile  
scArlrta, 1st Apr 2024, 1:14 PM
If you are interested, you can view this article, which has a similar meaning
 
   
 
 
online learning made for people
Dreevoo.com | CONTRIBUTE | FORUM | INFO