2011年8月1日月曜日

MacOS X Lion で FTP Server

Lionでは、ファイル共有からFTPが無くなってしまっている。
しかし、使えないわけではない。

設定はターミナルから行う。

FTPサーバー起動
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist

FTPサーバー停止
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist

0 コメント: