Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

Eden's Coffee

OS X Lion FTP 활성화 본문

Note

OS X Lion FTP 활성화

In2Den 2011. 12. 26. 16:47

Here's how you can start the FTP server in Mac OS X Lion:

1. Open a terminal window.

2. Type in the following command:

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

3. To turn it off, type in the following command:

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