Mac OS X (Lion)で、FTPサーバーを使う方法。調べてもなかなか出て来なかったので、ここにメモしておきます。セキュリティ上の問題で環境設定から外されているとのことなので、運用には注意してくださいね。

FTPサーバーの開始:

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

FTPサーバーの停止:

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

参考) https://discussionsjapan.apple.com/thread/10095913?start=0..