- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: About ftp
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
04-22-2003 11:59 PM
04-22-2003 11:59 PM
About ftp
One of the users has experienced ftp problem to my server (A500).
Case 1/ When the user try to login at ftp, a "no connection" has responsed. But, after a while the user has successfully login at ftp.
Case 2/ After the user successfully login at ftp, when the user upload the file to the server, "no connection" has responsed. But, when the user try to upload the file again, it has success.
I don't know why the above cases have happened sometimes but not always. I have just seen the user connect and disconnect from the server at syslog.log but no error has find.
Is it due to lack of resource, some restrictions for the server or any other reason? Is there any log at the server or client side can give me more information for it?
Hope someone can give me a help
Regards,
Wendy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 12:07 AM
04-23-2003 12:07 AM
Re: About ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 12:11 AM
04-23-2003 12:11 AM
Re: About ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 03:14 AM
04-23-2003 03:14 AM
Re: About ftp
Can you check if you are getting the same if you use command line FTP?
E.g. if you need to ftp binary file c:\doc\yd.zip to server is IP Address w.x.y.z.
1. ftp w.x.y.z
2. binary
3. cd /home/yd
4. put c:\doc\yd.zip
Again, check your syslog.log for other possible related errors.
also, check /var/adm/syslog/xferlog
revert
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 06:21 AM
04-23-2003 06:21 AM
Re: About ftp
C:\Winnt\system32\drivers\etc\hosts
As mentioned previously for Case 1 it could be a DNS problem unless they are connecting via IP address. You can also check the DNS lookup with
nslookup hostname
to see how quickly the DNS responds and if there is any delay. Adding the correct hostname and IP address to the etc/hosts might help. Wouldn't hurt to put it on the HP too.
Case 2 may be a bug in 11.0. We experienced the same intermittent problem with an automated ftp process after upgrading our 10.20s to 11.0. Admittedly our HP admins are very reluctant to add patches so we are not up to the latest. I see from the HP site that there is a patch: PHNE_23949 just for ftpd.
From the release notes:
ftp: problem with passing files.
FTP giving error 425:Can't create data socket
The ftpd does not function properly.
among many other complaints.
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_23949&context=hpux:800:11:00
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 06:37 AM
04-23-2003 06:37 AM
Re: About ftp
Ron
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 06:51 PM
04-23-2003 06:51 PM
Re: About ftp
The user has manually connected the server via IP address but not run automated ftp process. Also, my server has already installed PHNE_23949.
Therefore, I really don't know why the problem occur with only some of the machines but not all. Is it due to Win XP??
Regards,
Wendy