Thursday, October 10, 2019

How to find Pure-FTPd version

How to find Pure-FTPd version ?


I have installed Pure-FTPd on my Ubuntu 14.04 LTS?

Which command will give the version of the server running?


Answer 1:-

Open your Terminal and type the following command

# apt-cache showpkg pure-ftpd

Answer 2:-

The following command tells you the installed version, if you installed the package via the ubuntu repository

# apt-cache policy pure-ftpd

Answer 3:-

This should work universally too:

# pure-ftpd --help | head -1

0 comments: