- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp problem
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
01-03-2000 06:20 PM
01-03-2000 06:20 PM
ftp problem
i have this problem...
After connecting from hp-ux 11.0 to
another hp-ux 11.0 via ftp
(i get a message that says i logged in)
i am trying to run a command:
ls, get ...
and i get this message
425 can't build data connection: not owner
i checked all the permissions
and the .rhost, hosts.equiv.
did anybody encontered this problem before?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2000 08:53 PM
01-03-2000 08:53 PM
Re: ftp problem
You want to be on the most current version of the ARPA Transport executables
which addressed some momentary hangs in ftp. You may also have to run a nettl
trace to pinpoint the reason for the failure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 08:20 AM
06-05-2000 08:20 AM
Re: ftp problem
I'm having the same problem. Were you able to resolve yours? How?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 04:17 PM
06-06-2000 04:17 PM
Re: ftp problem
This problem usually occurs if you are going through a firewall or a router with access lists enabled. With FTP you must also allow all ports greater than 1023 becuase a second TCP connection for the data is made from server to client. This is very dangerous so you might want to think about changing your client to a passive one if you are going through a firewall or router with ACL's
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 05:42 PM
06-06-2000 05:42 PM
Re: ftp problem
Instead of using ftp which transmits userid/password and data traffic in the clear, perhaps you should give Secure Shell's sftp or scp a try. sftp and scp encrypts your network traffic and eases management at your firewalls because it uses only a single port 22 for both control information and data.
Regards.
Steven Sim.