Hello,
i checked the ticket #330 Traffic usage & Disk usage --> 0 (
http://www.isp-control.net/ispcp/ticket/330)
The FTP Traffic is still "0".
I saw that there is no TransferLog set in the config for Proftpd 1.3
Code:
<Global>
RootLogin off
# proFTPd >= 1.3: change log dirs to /var/log/proftpd
TransferLog /var/log/proftpd/
ExtendedLog /var/log/proftpd/ftp_traff.log read,write traff
PathDenyFilter "\.quota$"
</Global>
But in the Version for 1.2 is one (xferlog)
Code:
<Global>
RootLogin off
# proFTPd >= 1.3: change log dirs to /var/log/proftpd
TransferLog /var/log/xferlog
ExtendedLog /var/log/ftp_traff.log read,write traff
PathDenyFilter "\.quota$"
</Global>
Perhaps this could be the Problem, that there is no Traffic on FTP ?!
Greez BeNe