Enable FTP in Lion

Mac OS X LionRecently I had to enable and disable FTP many times during some testing I was doing.  It's very easy to do, I done it via the command line as I could just up arrow through old commands and did not have to keep typing it in or click on boxes etc.

You could always save the commands to a script or create an alias so you just have to type enable_ftp for example.


 

To enable FTP, in terminal type

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

To disable FTP, type

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

I am always interested in feedback so please feel free to add any comments, or you can mail me  here.  If you would like to submit a quick tip  with full credit and links back to your site then also feel free to contact me.

Related Posts Plugin for WordPress, Blogger...

Skitch won't sync on startup

uuencode change from Solaris to Linux