
ftpmonitor-plasmoid
Source (link to git-repo or to original if based on someone elses unmodified work):
Ftpmonitor is simple plasmoid for kde4, which monitors incoming connections to ftp daemons. For pure-ftpd, ncftpd, proftpd it acts as a frontend to pure-ftpwho, ncftpd_spy and ftpwho respectively. For vsftpd, it looks in output of ps -fe.
Original autor of this idea is Nilesh Bansal see http://queens.db.toronto.edu/~nilesh/linux/ftpmonitor/.
==Prepared packages==
You could find packages prepared for install on https://build.opensuse.org/package/show?package=ftpmonitor&project=home%3Amseben, currently only for openSUSE and Fedora.
==Requires==
kdebase4-runtime >= 4.2
1.1
If daemon is not running, popup info about this err state only once
1.0
Added tray icon for error states
Inform user in case when ftpwho return error, ftpdaemon is not
running, is not properly used sudo command, ftpwho command is
not accesible
Reworked config UI, should be more understandable
a lot of code reorganizations (e.g. class inheritance)
0.9
First port to KDE4
Still very devel state
Added support to vsftpd,proftpd,pure-ftpd (ncftpd is missing)
Added support for sudo command,set time checking,disable/enable popup window
0.8
Update the change in ftp daemon (or path) withour requiring a restart
Fixed the bug (introduced in 0.70) that FTP status will not update
For large panels, the icon is now centered
0.7
Ensure that one one 'who-process' is running.
Bug fix--read setting for notification enabled on startup.
0.6
Transparency.
Option to specify action on mouse middle click.
Option to use choose sudo or setuid.
Option to configure popup time.
0.5
Fixes a big big memory leak.Upgrade if you are using any previous version.
Support for proftpd added.
0.4
Support for ncftpd and vsftpd added
You cann now disable popups
A new config window is added.
0.3
First Release
Ratings & Comments
8 Comments
I can't save proper path in config dialog. When I open dialog again, path is blank. Has anyone touched with this?? Br,
thanks for comment, problem with custom ftpwho path is now fixed in svn, so you could grab sources from svn and try it, thanks!
Sorry but I've updated it from http://ftpmonitor.googlecode.com/svn/trunk/ and nothing changed. Is an address still correct??
..sorry for spamming.. :).. I've done something wrong.. path is saved.. but it still doesn't show ftp activity.
Hi! Were there any updates??
Hi! few minutes ago I push some changes to svn ... : - all ftp servers has now own class - print some warning if ftp daemon is not running - check ret value of ftpwho command - check if ftpwho was executed (handle permission issues) I hope new release will come soon :) if you have some issues feel free to report it on http://code.google.com/p/ftpmonitor/issues/list add your distro and which ftp server are you using .. thanks !!
nice! Do you think that it will be possible to add wzdftpd, too?
Hi! we already talked about wzdftpd support ... if you give me propper steps how I could check info about connected clients on wzdftpd, I will implement also support for wzdftpd thanks!