- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp PASV Not Supported
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-04-2006 01:09 AM
08-04-2006 01:09 AM
ftp PASV Not Supported
2006.08.04 14:25:51.257] TYPE A
[2006.08.04 14:25:51.357] 200 Type set to A.
[2006.08.04 14:25:51.357] PASV
[2006.08.04 14:25:51.708]
[2006.08.04 14:25:51.708] PASV Not Supported
[2006.08.04 14:25:51.708] XPSV
[2006.08.04 14:25:51.708] It appears that the connection is dead. Attempting reconnect...
root@quinch:/root # netstat -a | grep ftp
tcp 0 0 *.ftp *.* LISTEN
tcp 0 1 quinch.ftp 10.73.52.8.19737 FIN_WAIT_1
root@quinch:/root # grep ftp /etc/services
ftp-data 20/tcp # File Transfer Protocol (Data)
ftp 21/tcp # File Transfer Protocol (Control)
#tftp 69/udp # Trivial File Transfer Protocol
sftp 115/tcp # Simple File Transfer Protocol
bftp 152/tcp # Background File Transfer Protocol
ftp-ftam 8868/tcp # FTP->FTAM Gateway
root@quinch:/root # grep ftp /etc/inetd.conf
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
# Before uncommenting the "tftp" entry below, please make sure
# that you have a "tftp" user in /etc/passwd. If you don't
# have one, please consult the tftpd(1M) manual entry for
#tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite
root@quinch:/root #
Any ideas?
Thanks
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2006 01:14 AM
08-04-2006 01:14 AM
Re: ftp PASV Not Supported
swlist -l product | grep ftpd
I don't think the wu-ftpd server supports this. You might wish to get the latest update.
Internet Express has proftpd which may have the feature you desire.
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-04-2006 01:15 AM
08-04-2006 01:15 AM
Re: ftp PASV Not Supported
Here is the output requested
root@quinch:/var/adm # swlist -l product | grep ftpd
PHNE_23949 1.0 ftpd(1M) and ftp(1) patch
PHNE_25355 1.0 tftp(1) and tftpd(1M) patch
PHNE_28828 1.0 bootpd(1M)/DHCP, tftp(1) and tftpd(1M) patch
PHNE_30989 1.0 ftpd(1M) and ftp(1) patch
What do u think?
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2006 01:16 AM
08-04-2006 01:16 AM
Re: ftp PASV Not Supported
Can you please expand on your requirement.
As once in HPUX ftp:
help
shows 'passive'
What s/w are you using ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2006 01:24 AM
08-04-2006 01:24 AM
Re: ftp PASV Not Supported
So what do I need to do?
ftp> help
Commands may be abbreviated. Commands are:
! debug mget put size
$ dir mkdir pwd status
account disconnect mls quit struct
append form mode quote system
ascii get modtime recv sunique
bell glob mput reget tenex
binary hash newer rstatus trace
bye help nmap rhelp type
case idle nlist rename user
cd image ntrans reset umask
cdup lcd open restart verbose
chmod ls prompt rmdir ?
close macdef proxy runique
cr mdelete sendport send
delete mdir passive site
ftp>
regards,
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2006 01:27 AM
08-04-2006 01:27 AM
Re: ftp PASV Not Supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2006 12:56 PM
08-04-2006 12:56 PM
Re: ftp PASV Not Supported
The ftp/ftpd on 11.0 LR are the old BSD-ish ones, not the wu-ftpd versions. I _think_ there were patches (perhaps the ones you have) to switch to the wu-ftp versions. Regardless, making sure you are on the very latest 11.0 patches (which may not be all that new) would be goodness.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2006 11:10 PM
08-06-2006 11:10 PM
Re: ftp PASV Not Supported
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=WUFTPD26