FtpInLion

Skip to end of metadata
Go to start of metadata

How to enable FTP in Lion

Apple have decided that we should no longer use FTP and therefore removed the GUI settings option in:
"Open System Preferences --> Sharing --> File Sharing"

(I would prefere to take that decision on my own but...)

Anyhow the ftp-deamon is actually still there so it only takes you a well written unix command to enable it back again:

...and to swith if off again when I decide that I no longer need it:

Done.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Nov 09, 2011

    There are quite a few daemons that installs a plist file, MacPorts provides it for some services as well, for example.

    sudo -s launchctl load -w /opt/local//etc/LaunchDaemons/org.macports.proftpd/org.macports.proftpd.plist

    sudo -s launchctl unload -w ...

    Personally I use this way of controlling what services I want to run at a given time, be it ftp servers, http servers or databases.