Enable FTP on Mac 10.7: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Laemmi (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Start sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist Stop sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist“) |
Laemmi (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
+ | [[Category:Mac]] | ||
Start | Start | ||
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist | sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist | ||
Stop | Stop | ||
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist | sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist |
Aktuelle Version vom 18. September 2020, 11:04 Uhr
Start
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
Stop
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist