MAC下打开FTP服务spa
周银辉ftp
mac下通常用smb服务来进行远程文件访问,但要用FTP的话,高版本的mac os默认关掉了,能够用以下命令打开:文件
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plistsudo
相应的,要关闭则:远程
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist版本