- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I find out which ftpd and its version am I ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2008 11:31 PM
08-27-2008 11:31 PM
How do I find out which ftpd and its version am I running on hpux 11.11 ?
If its wu-ftpd, how can i associate the version to wu-ftpd v2.4.x and v2.6.x.
Thanks alot
Yours Sincerly,
Valerie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 12:20 AM
08-28-2008 12:20 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
Almost universally you will find that wu-fdtpd is running on an HP-UX 11.11 system.
The default release depends on what version of the Core OS was installed.
swlist -l product | grep -i ftp
Other swlist commands can produce version and subversion information.
Some of the security flaws to wu-ftpd were so serious that HP did security updates by replacing binaries and not depot.
The latest wu-ftpd depot is generally available at http://software.hp.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 12:22 AM
08-28-2008 12:22 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
you can get that info by
swlist -l product |grep -i ftp
what /usr/lbin/ftpd
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 12:25 AM
08-28-2008 12:25 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
# swlist -l product | grep -i ftp
PHNE_36129 1.0 ftpd(1M) and ftp(1) patch
How can I figure out which version of wu-ftpd it is ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 12:29 AM
08-28-2008 12:29 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
$Revision: @(#) ftpd.2 R11.11_BL2007_0423_1 PATCH_11.11 PHNE_36129
$Id: ftpd.c,v 1.22 1996/04/15 05:51:04 sob Exp sob $ based on ftpd.c 5.40 (Berkeley) 7/2/91
Copyright (c) 1985, 1988, 1990 Regents of the University of California.
$Id: ftpcmd.y,v 1.8 1996/03/15 06:26:20 sob Exp $ based on ftpcmd.y 5.24 (Berkeley) 2/25/91
$Id: glob.c,v 1.6 1996/03/16 04:00:06 sob Exp $ from glob.c 5.9 (Berkeley) 2/25/91
popen.c 5.9 (Berkeley) 2/25/91
$Id: logwtmp.c,v 1.7 1995/10/15 06:35:17 sob Exp $
logwtmp.c 5.7 (Berkeley) 2/25/91
$Id: access.c,v 1.8 1996/03/15 07:29:08 sob Exp $
$Id: extensions.c,v 1.16 1996/03/15 06:26:20 sob Exp $
$Id: realpath.c,v 1.7 1996/03/15 08:15:56 sob Exp $
$Id: private.c,v 1.6 1995/12/11 09:20:19 sob Exp $
Revision 1.1.214.4 Mon Apr 23 13:44:14 GMT 2007
Can help me translate to what version 2.x of wu-ftpd that I am running on? Or if my ftpd is not wu-ftpd?
Thanks & Regards,
Valerie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 12:31 AM
08-28-2008 12:31 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
1)Check swinstall -l product |grep "ftp"
2)check cat /var/adm/sw/swinstall.log|grep ftp
Regards
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 01:08 AM
08-28-2008 01:08 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
# swinstall -l product |grep ftp
ERROR: There is currently no depot software on host
Thanks & Regards,
Valerie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 01:37 AM
08-28-2008 01:37 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
Try this!!
ftp to self using ftp 0 and you will see required info:
example:
#ftp 0
Connected to 0.
220 FTP server (Revision 1.002 Version wuftpd-2.6.1 Wed Jan 2 06:26:08 GMT 2002) ready. Name (0:root):
IF you want to know about latest release follow below link:
http://h20392.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=WUFTPD26
cheers!!
deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 01:43 AM
08-28-2008 01:43 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
# ftp localhost
Connected to localhost.
220 FTP server (Version 1.1.214.4(PHNE_36129) Mon Apr 23 13:44:14 GMT 2007) ready.
Name (localhost:root): 331 Password required for root.
Password:
530 Login incorrect.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> bye
221 Goodbye.
Does that means that my ftpd is not wu-ftpd ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 04:34 AM
08-28-2008 04:34 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
to see what gets run for an incoming FTP
connection. Then you can look at that program
to try to see what it is. "man
may also tell you something, once you know the
program's name.
> ftp to self [...]
Sounds good to me.
> Does that means that my ftpd is not wu-ftpd ?
Looks that way to me. The WU-FTP server
tends to say things like "wuftpd" in its
greeting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 05:24 AM
08-28-2008 05:24 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
I went through patch description details also.
If I am not wrong you are not running wu-ftp on your box.
Can you provide following output to confirm:
#swlist |grep -i wu
I suggest you to go for latest one.
http://h20392.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=WUFTPD26
Also: For security reasons better to use sftp not ftp.
Cheers!!
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 05:27 AM
08-28-2008 05:27 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
http://ca.com/us/securityadvisor/vulninfo/Vuln.aspx?ID=32493
this says patch details more clearly!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 07:28 PM
08-28-2008 07:28 PM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
Quote:
Starting with March 2008, WU-FTPD 2.6.1 for HP-UX 11i v3 is also available in the
DVD delivered as part of the HP-UX 11i v3 operating system.
For the HP-UX 11i v1 operating system, WU-FTPD 2.6.1 adds new functionality to
WU-FTPD 2.4, which is delivered as part of the core HP-UX 11i v1 operating system.
It seems that for 11iv1 , its bundled with wu-ftpd 2.4 and from 11iv2 and 11iv3, its bundled with wu-ftpd 2.6.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 02:45 AM
08-29-2008 02:45 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
you could check if you have a file called ftpaccess in /etc/ftpd which has a line saying "suppressversion yes".
Then do an ftp 0.
Regards,
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 02:47 AM
08-29-2008 02:47 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2008 04:57 AM
08-31-2008 04:57 AM
Re: How do I find out which ftpd and its version am I running on hpux 11.11 ?
man ftpaccess (check for greeting)
Also, in a live FTP session, if you use STAT command, it will show you the version.
ftp> quote STAT
Revision X.X Version wuftpd-X.x.x
Regards,
Rasheed Tamton.