Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi, i set up my FTP server who actually works OK...but i was wondering if there's a way to see who's connected on it !!!
I kno that i can give access to certain users but i'd like to see the logs...wat time they logged in ..wat time they left...seeing them live in action on the FTP... if anyone has a clue let me kno, thx !!!!
Offline
if you have installed the fun_plug, try a "find -name pureftp*" from the top level.
you should be able to make a link to it using "ln -s".
this is for the latest firmware and my limited linux skills.
Offline
sounds interesting....anything more friendly users?
Offline
with ssh access you could do "cat /var/log/messages/" which shows something like
Jun 19 10:46:10 ch3snas ftp.info pure-ftpd: (?@192.168.2.101) [INFO] hell0 is now logged in
Jun 19 10:47:01 ch3snas ftp.notice pure-ftpd: (hell0@192.168.2.101) [NOTICE] /mnt/HD_a2//software/openvpn-2.1_rc7-install.exe uploaded (1393032 bytes, 993.62KB/sec)
Jun 19 10:48:40 ch3snas ftp.notice pure-ftpd: (hell0@192.168.2.101) [NOTICE] Deleted /software/openvpn-2.1_rc7-install.exe
Last edited by hell0 (2008-06-19 11:48:00)
Offline