Operating System - HP-UX
1833754 Members
2329 Online
110063 Solutions
New Discussion

Re: FTPD version information

 
Patrick Clow
Occasional Contributor

FTPD version information

Hello, I was wondering if there was a way I can find out which version of the FTPD we are running on an HP-UX 11.0 box?

Thanks
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: FTPD version information

HP-UX uses Washington University wu-ftpd, unless you changed it.

swlist -l product | grep -i ftpd

This will show you the version number.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James A. Donovan
Honored Contributor

Re: FTPD version information

Try

swlist -l product |grep ftp
Remember, wherever you go, there you are...
Massimo Bianchi
Honored Contributor

Re: FTPD version information

did you try

what $(which ftpd)

?

Massimo
Patrick Clow
Occasional Contributor

Re: FTPD version information

Thank you for the reply.....

When I run that command, it lists patches installed but nothing about the actual version of the FTPD.

Thanks
Graham Cameron_1
Honored Contributor

Re: FTPD version information

Try this:

what /usr/lbin/ftpd

-- Graham
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.