MacOS – Monitoring users connected to FTP

ftpmacos

I have set up shared folders on my Mac OS X Yosemite , users can connect to the folders using FTP. Is there a way to monitor which users are connected to the FTP server?

Thank you

Best Answer

If you are using the server.app from Apple to turn on FTP sharing the log can be found in /var/log/ftp.log or if you prefer in the console.app (in /Applications/Utilities).

If you have turned on FTP manually using terminal (shell) commands you will need to configure logging in the FTP daemon. Info on that can be found by typing "man ftpd" in any terminal window.