- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP Transfers not working
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
10-08-2003 01:32 AM
10-08-2003 01:32 AM
refused PORT 0,1097 from [network address]
refused PORT 0,1098 from [network address]
refused PORT 0,1099 from [network address]
refused PORT 0,1100 from [network address]
Is HP refusing the port, or is the Win98 refusing the port? Which end has the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 01:40 AM
10-08-2003 01:40 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 01:51 AM
10-08-2003 01:51 AM
Re: FTP Transfers not working
http://www.landfield.com/wu-ftpd/mail-archive/wuftpd-questions/2001/Mar/0243.html
To see what ftp server you use on hp-ux :
"grep ftp /etc/inetd.conf" or (if self daemon) and running : ps -ef | grep ftp .
Basically, I think its about ftp connection through a firewall or else server with NAT.Is it your case also?
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 02:03 AM
10-08-2003 02:03 AM
Re: FTP Transfers not working
I was just wondering which way the error code was pointing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 02:04 AM
10-08-2003 02:04 AM
Re: FTP Transfers not working
tried using passive mode in ftp client on windows? If you read my prev. post , most probably your win client sends out port it would like to use in data connection (not control) but server rejects (for some reason)
In case of passive mode client would ask server
for its ip instead of suggesting own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 06:05 AM
10-15-2003 06:05 AM
Re: FTP Transfers not working
FTP client is behind a router, so there is NAT. If he sends PORT command, HP syslog says port rejected. At client end, all firewall/port blocking is turned off.
If client attempts PASV connection, HP sends its LAN internal IP in the PORT command, so no connection can be made. I tried to get around this by setting Data Winsock to same IP as command Winsock, rather than the IP that returns in the PORT command, but then connection is never made and times out. Sits at "227 Entering Passive Mode (a1,a2,a3,a4,p1,p2)".