home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
NFTP103
/
STAT.DOC
< prev
next >
Wrap
Text File
|
1997-04-18
|
2KB
|
38 lines
This is a small REXX program that can print nice and probably useful
statistics from NFTP's log file. As far I as can tell it does not
have any bugs ;). It can process log files from older NFTP versions which
did not log transfer speeds.
Usage:
stat.cmd path_and_name_of_nftp_log_file
The name can contain wildcards, stat.cmd then processes the files together.
The resulting file nftp.sta contains the megabytes down/uploaded and average
speed per month and per site. The program is not configurable yet, but I plan
to add some features like:
- only specified time interval or site
- handle up/downloads differently
- handle aborted up/dowloads correctly (as soon as NFTP marks it in the log
file)
- check only specified files (like *.zip, *.txt, etc.)
This program is freeware but copyrighted by me: etus@alarmix.net (Tóth Ferenc).
The program is provided `as is'. Any express or implied warranties,
including, but not limited to, the implied warranties for merchantability
and fitness to a particular purpose are disclaimed. Tóth Ferenc will not
be liable for any lost profits, lost savings, incident, special, or indirect
damages or other economic consequential damages, even if Tóth Ferenc has
been advised of the possibility of such damages. Some jurisdictions do not
allow the exclusion or limitation of incidental or consequential damages, so
the above limitation or exclusion may not apply to you.
You can distribute this program but you are not allowed to modify it.
If you have ideas, you have found bugs, or you would like to see modifications
then contact me.
Have fun!