![]() |
|
|
|||||||
| embarcadero.public.delphiphp.non-technical General non-technical issues related to Delphi for PHP. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Aware of any script i could use to monitor files downloaded from ftp ? Could be php or other kind - to be use on apache server (non windows). I'm mainly concerned with number of dowmloads, date and IP address. Thanks.
Note: i just learned that the ftp server i have at jumpline.com has no log to be seen. The script, if any is possible, should do without it! Edited by: richard poulin on May 6, 2009 2:53 PM |
| Sponsored Links |
|
|
|
|||
|
> {quote:title=Delphi-PHP Forums wrote:}{quote}
> awstats checks your log file. > 'Statistics for myftpserver.com' > (http://awstats.sourceforge.net/awstats.ftp.html) > > > -- > 405hp > ------------------------------------------------------------------------ > 405hp's Profile: 1089 > View this thread: A script to monitor ftp download? My ftp server is provided by jumpline.com. They just told me that it will be not possible to use awstats since there is no log to be seen (ftp logging is unable). They suggest the idea of a script .... i have no idea how to do it. |
|
||||
|
I have no idea if you can't get a log.
There is this program net2ftp - a web based FTP client It looks like it might be a middle man between your ftp server and the world and can log the traffic. |
|
|||
|
> {quote:title=Delphi-PHP Forums wrote:}{quote}
> I have no idea if you can't get a log. > > There is this program 'net2ftp - a web based FTP client' > (http://www.net2ftp.com/homepage/features.html) > > It looks like it might be a middle man between your ftp server and the > world and can log the traffic. > > > -- > 405hp > ------------------------------------------------------------------------ > 405hp's Profile: 1089 > View this thread: A script to monitor ftp download? [Edit] Thank you. I will have a look on that application. Up to now i have'nt seen any short script that will do the job of monitoring file downloaded via ftp. |
|
|||
|
> {quote:title=Delphi-PHP Forums wrote:}{quote}
> I have no idea if you can't get a log. > > There is this program 'net2ftp - a web based FTP client' > (http://www.net2ftp.com/homepage/features.html) > > It looks like it might be a middle man between your ftp server and the > world and can log the traffic. > > > -- > 405hp > ------------------------------------------------------------------------ > 405hp's Profile: 1089 > View this thread: A script to monitor ftp download? [Edit] Thank you. I will have a look. Up to now i have'nt seen any short script that do the job of monitoring file downloaded via ftp - all are monitoring pages or links on pages. |
|
|||
|
> {quote:title=richard poulin wrote:}{quote}
> > {quote:title=Delphi-PHP Forums wrote:}{quote} > > I have no idea if you can't get a log. > > > > There is this program 'net2ftp - a web based FTP client' > > (http://www.net2ftp.com/homepage/features.html) > > > > It looks like it might be a middle man between your ftp server and the > > world and can log the traffic. > > > > > > -- > > 405hp > > ------------------------------------------------------------------------ > > 405hp's Profile: 1089 > > View this thread: A script to monitor ftp download? [Edit] > > Thank you. I will have a look. Up to now i have'nt seen any short script that do the job of monitoring file downloaded via ftp - all are monitoring pages or links on pages. I did install net2ftp. Its a very nice piece of php. I do have access to a log (users, ip, actions in a small log database) but no name of file downloaded. I will see if i can add in the log the name of the file downloaded. |
|
|||
|
> {quote:title=richard poulin wrote:}{quote}
> > {quote:title=Delphi-PHP Forums wrote:}{quote} > > I have no idea if you can't get a log. > > > > There is this program 'net2ftp - a web based FTP client' > > (http://www.net2ftp.com/homepage/features.html) > > > > It looks like it might be a middle man between your ftp server and the > > world and can log the traffic. > > > > > > -- > > 405hp > > ------------------------------------------------------------------------ > > 405hp's Profile: 1089 > > View this thread: A script to monitor ftp download? [Edit] > > Thank you. I will have a look. Up to now i have'nt seen any short script that do the job of monitoring file downloaded via ftp - all are monitoring pages or links on pages. I did install net2ftp. Its a very nice piece of php. I do have access to a log (users, ip, actions in a small log database) but no name of file downloaded. I will see if i can add in the log the name of the file downloaded. /EDIT: OK Done. Edited by: richard poulin on May 10, 2009 7:21 AM |