sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
访问:
ftp://用户名:密码@ip
ex: ftp://matrix:123456@192.168.0.1
本文介绍如何使用sudo权限通过slaunchctl加载和卸载FTP服务,并提供了访问FTP服务器的标准格式示例。
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
访问:
ftp://用户名:密码@ip
ex: ftp://matrix:123456@192.168.0.1
1161

被折叠的 条评论
为什么被折叠?
