LoginSignup
2
2

More than 5 years have passed since last update.

Mac Lion での FTP サーバーの起動終了方法

Last updated at Posted at 2012-09-11

すぐ忘れちゃうのでメモ。

# 起動
sudo launchctl load -w /System/Library/LaunchDaemons/ftp.plist 

# 終了
sudo launchctl unload -w /System/Library/LaunchDaemons/ftp.plist

root は /Users/[現在のユーザー] になる模様。怖いですね。

参考

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2