#!/bin/sh
[ -x /usr/sbin/ftpstats ] || exit 0
ftpstats -a -r -l 2 -d -h -f /var/log/proftpd/xferlog 2>/dev/null >/var/log/proftpd/xferreport || true
