duminică, 31 martie 2019

How To Use FTP Server On Mac OS X

https://bit.ly/2GWSkNL Wftpserver secret sale page.
Launchctl allows Mac users to load, unload daemons/agents and generally control launchd. To load the FTP server, just run the Terminal app and run the command: sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist And just like that FTP is now enabled. You can unload the FTP server by also using the launchctl command. To unload the FTP server, just perform the following command in the Terminal app: sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist