Hackintosh/Tip

터미널 명령어로 맥에서 FTP서버 구동하기

Ritz®™ 2012. 4. 29. 22:05

FTP서버 구동하기 


Terminal command: 

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

FTP서버 중지: 

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