Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How do I set up an FTP server on OS X Mavericks?

Hi. How can I set up an FTP server on OS X Mavericks? There used to be a FTP button in the File Sharing section of System preferences, but this is not available in Mavericks.

Posted on Dec 10, 2013 1:02 AM

Reply
Question marked as Best reply

Posted on Dec 10, 2013 4:39 AM

You can enable the built-in ftp server by running this command in Terminal.

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


To disable it, run this:

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


You can get information about the server and configuring it with this command:

man ftpd

If you are opening this server up to the Internet, you should really consider another method as FTP is not secure and could open up you Mac to hacking.

Also, you should investigate the correct setup of the FTP configuration files to achieve the desired balance of security and features.

6 replies
Question marked as Best reply

Dec 10, 2013 4:39 AM in response to lladychelsea

You can enable the built-in ftp server by running this command in Terminal.

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


To disable it, run this:

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


You can get information about the server and configuring it with this command:

man ftpd

If you are opening this server up to the Internet, you should really consider another method as FTP is not secure and could open up you Mac to hacking.

Also, you should investigate the correct setup of the FTP configuration files to achieve the desired balance of security and features.

Dec 10, 2013 4:36 PM in response to lladychelsea

Depends on where you are accessing the computer from.

If from inside your router's network, you can use the IP address which you can find on the Network System Preferences at the top:

User uploaded file

Or you can use the local computer name shown in the Sharing System Preferences.

If using the IP address, you might want to configure your router such that it will always give that Mac the same IP address.


If you are accessing from outside your network, you will need to contigure your router to port forward, and you will use the IP address of your router to connect. You'll have to sort that out yourself.

How do I set up an FTP server on OS X Mavericks?

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