Files
server/opt/psa/admin/sbin/ftpwho
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

6 lines
192 B
Bash
Executable File

#!/bin/bash
### Copyright 1999-2025. WebPros International GmbH. All rights reserved.
if [ -e /var/run/proftpd.scoreboard ] ; then
exec /usr/bin/ftpwho -f /var/run/proftpd.scoreboard "$@"
fi