- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to FTP Transfer files
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
07-18-2006 08:36 PM
07-18-2006 08:36 PM
I am able to connect via FTP within two HP-UX machines. But when I try to put/get files It transfers 0-byte file and comes out saying:
425 Can't build data connection: Connection timed out.
221-You have transferred 0 bytes in 0 files.
221-Total traffic for this session was 476 bytes in 0 transfers.
Thanks for your feedback.
Best Rgds.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 08:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 08:51 PM
07-18-2006 08:51 PM
Re: Unable to FTP Transfer files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 08:55 PM
07-18-2006 08:55 PM
Re: Unable to FTP Transfer files
in that case I would suspect the ports.
For example please see:
http://slacksite.com/other/ftp.html
Port 21 is used for the commands, which is ok in your case, but port 20 (for data transfer) is not open. So either the port is disabled or busy. lsof utility may help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 09:00 PM
07-18-2006 09:00 PM
Re: Unable to FTP Transfer files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 09:08 PM
07-18-2006 09:08 PM
Re: Unable to FTP Transfer files
telnet/ssh to the server.
tail -f /var/adm/syslog.log
ftp in from outside.
Look for and post error message.
It could be anything from permissions to bad ftp server setup.
I agree also to try sftp with the above tail -f running to see if the issue is systemwide or is limited to ftpd configuration.
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
07-18-2006 10:21 PM
07-18-2006 10:21 PM
Re: Unable to FTP Transfer files
Try to transfer file using rcp, so you can ensure the network packet dropping issue or permission issue.
rcp ruser1@rhost1:path1 ruser2@rhost2:path2
Regards,
Rajesh SB