| 1. |
Is There Any Way To Monitor Clients Connected To Vsftpd? |
|
Answer» Yes. We actually have two slightly different methods to monitor vsftpd clients. First, make sure you have enabled the config OPTION, "setproctitle_enable=YES" LIKE in our EXAMPLE above and restart your vsftpd server. Then run the command "WATCH ps -Cvsftpd -o user, pid, stime, cmd" to watch the processes including ip, username and ACTIONS like idle or data retrieval. Yes. We actually have two slightly different methods to monitor vsftpd clients. First, make sure you have enabled the config option, "setproctitle_enable=YES" like in our example above and restart your vsftpd server. Then run the command "watch ps -Cvsftpd -o user, pid, stime, cmd" to watch the processes including ip, username and actions like idle or data retrieval. |
|