- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp can open a connection from PC to unix but cann...
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
05-26-2007 02:33 AM
05-26-2007 02:33 AM
ftp can open a connection from PC to unix but cannot transfer
I used to transfer files between my PC and a hp-ux system by opening a window on my PC, opening a ftp commenction to the hp-ux system and transfering the files.
Recently I ran into a problem where I can still connect to the hp-ux system, but after that, any command (ls, get, mget, ...) hangs.
It says Port Command Successful and never returns any data.
Any idea why?
Thanks.
Marie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2007 02:49 AM
05-26-2007 02:49 AM
Re: ftp can open a connection from PC to unix but cannot transfer
It sounds like you may have a firewall blocking port 20...
There's a good description here:
http://slacksite.com/other/ftp.html
You may also be suffering from the problem that the Command Line FTP program on Windows XP, can't do Passive Mode transfers.
Hope this helps,
Regards,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2007 03:53 AM
05-26-2007 03:53 AM
Re: ftp can open a connection from PC to unix but cannot transfer
If this is not recognized, you'll need a different ftp program that supports that type of connection option.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2007 07:31 AM
05-26-2007 07:31 AM
Re: ftp can open a connection from PC to unix but cannot transfer
Thanks for the replies. I read about active/passive ftp but my ftp does not recognize the command passive. Also it just hangs and does not return any errors. It just times out after a while saying it can't buid a data connection.
I agree though that it may be a firewall problem. I will look into this.
Thanks,
Marie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2007 10:45 AM
05-26-2007 10:45 AM
Re: ftp can open a connection from PC to unix but cannot transfer
the reason for this is probably the firewall!
I'm experienced the same result while testing some patch upgrade scripts from ITRC.
Hm, most admins consider a ftp connection from productive servers/systems to the internet as a security problem ...
To download single files, try to use the browser, like
ftp://ftp.itrc.hp.com/
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2007 02:02 PM
05-26-2007 02:02 PM
Re: ftp can open a connection from PC to unix but cannot transfer
I tried using the IP address but it did not help,
Marie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2007 03:06 PM
05-26-2007 03:06 PM
Re: ftp can open a connection from PC to unix but cannot transfer
I tried using the IP address but it did not help,
Definitely network restrictions. DNS failure for itrc.hp.com could be a minor forwarding problems but if the IP address (I assume you put this: ftp://192.151.52.14 in your browser) fails, you are blocked big time. Having this block means getting software and patches for your HP-UX system is not possible. Most modern IT departments will give you a special proxy ftp site (or a patch for your PC) to allow for ftp.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2007 08:06 PM
05-26-2007 08:06 PM
Re: ftp can open a connection from PC to unix but cannot transfer
If you're using Windows and Internet Explorer on your PC, then make sure that you have the advanced option set to "Use Passive FTP". It's usually found under Tools > Internet Options > Advanced > Browsing.
This might help in FTPing from your browser, but won't affect the capabilities of the built in command line FTP program on Windows.
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 04:06 AM
05-27-2007 04:06 AM
Re: ftp can open a connection from PC to unix but cannot transfer
I checked that I have passive ftp allowed in my browser.
I will contact the server admin to check the restrictions.
Marie.