Files
server/opt/psa/admin/sbin/ftpwho
2026-01-07 20:52:11 +01: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