/usr/bin/jftp is in jftp 1.60+dfsg-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/sh
# find JAVA_HOME
. /usr/lib/java-wrappers/java-wrappers.sh
find_java_runtime java6
# run jftp
exec $JAVA_HOME/bin/java -jar /usr/share/java/jftp.jar "$@"
|