- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Cannot 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
02-23-2011 05:43 PM
02-23-2011 05:43 PM
Cannot FTP
Currenlty our company have 2 server.
Server DL380G7 install with Red Hat Enterprise Linux 5.4 and another server RX6600 install HP-UX 11.31.
Now the problem was I cannot ftp from Rx6600 to DL380. Ping both server can, got reply.
If i ftp from linux to Hp-ux can ftp but from Hp-Ux to linux cannot ftp.
How solve this problem?
Please advised.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2011 06:34 PM - last edited on 08-04-2011 11:32 AM by Kevin_Paul
02-23-2011 06:34 PM - last edited on 08-04-2011 11:32 AM by Kevin_Paul
Re: Cannot FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2011 12:47 AM
02-24-2011 12:47 AM
Re: Cannot FTP
Which type of FTP service you are running in the Linux Server vsftp or gssftp?
You have to verify FTP server service is running in the linux server.
You can check it from the linux server by the following command.
netstat -an | grep "21"
telnet localhost 21
Also verify there is no firewall is blocking the FTP port.
Manoj K
Manoj K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2011 05:42 PM
02-27-2011 05:42 PM
Re: Cannot FTP
Thank you.