mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Ftpmonitor is a simple plasmoid for KDE 4, which monitors incoming connections to ftp daemons. It acts as a frontend to pure-ftpwho, ncftpd_spy and ftpwho for pure-ftpd, ncftpd and proftpd ftp daemons. For vsftpd it looks for output of ps ax. WWW: http://code.google.com/p/ftpmonitor/
11 lines
369 B
C
11 lines
369 B
C
--- ./src/ftpserver/vsftpdmonitor.h.orig 2010-06-12 01:33:45.000000000 +0400
|
|
+++ ./src/ftpserver/vsftpdmonitor.h 2010-06-15 22:33:09.875079873 +0400
|
|
@@ -53,7 +53,7 @@
|
|
// else
|
|
// mFtpWhoCommand.bin = whoPath + "ps";
|
|
|
|
- mFtpWhoCommand.args << "-fe";
|
|
+ mFtpWhoCommand.args << "-ax -ouid,pid,ppid,cpu,start,tty,time,command";
|
|
|
|
/* if (useSudo==true)
|
|
{
|