The presence of an entry in the init scripts tree does not mean that the app is running. That just means the app might have been started at one time.
The command to see what is currently running is "ps". It'll give you more than you want, so I generally pipe it through grep: "ps ax | grep proftpd".
With the default proftpd installation, if it's running it'll respond on localhost. I don't know how you installed it to tell you how to start it. I install proftpd from source, and the compilation and install process puts the application in /usr/local/sbin/proftpd
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.