- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PROBLEMS WITH 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
03-20-2001 06:25 PM
03-20-2001 06:25 PM
Thanks
Guillermo from M?xico
Solved! Go to Solution.
- Tags:
- ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 06:29 PM
03-20-2001 06:29 PM
Re: PROBLEMS WITH FTP
Check your /etc/services file for the following lines:
ftp-data 20/tcp # File Transfer Protocol (Data)
ftp 21/tcp # File Transfer Protocol (Control)
They must exist on the client you are ftp-ing from.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 12:26 AM
03-21-2001 12:26 AM
Re: PROBLEMS WITH FTP
Check your etc/services and look if ftp is uncommend.
check on the remote hosts the $HOME/.rhosts and the /etc/hosts.equiv file, for possible deny's.
For futher information:
http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 03:15 AM
03-21-2001 03:15 AM
Re: PROBLEMS WITH FTP
If you did not remove this entry, it could be from corruption or someone playing around.
I'd recommend you copy the default file from /usr/newconfig/etc/services to /etc/services and chmod to 0444. This will alleviate possible future problems with other missing/corrupt entries.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 06:24 PM
03-21-2001 06:24 PM
Re: PROBLEMS WITH FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 07:48 PM
03-22-2001 07:48 PM
Re: PROBLEMS WITH FTP
Rick, I didn't understand what you've said, because in some of the 28 worstations I can make normal FTP's and only some of them are going wrong with FTP, and I don't think the NIS service is spotty because other services like NIS for user access work very well, the problem is with FTP, and TELNET. Thanks anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 08:27 PM
03-22-2001 08:27 PM
Re: PROBLEMS WITH FTP
For those workstations (clients) that are unable to initiate the FTP, can you verify that the /etc/services residing on these workstations (clients) are proper ie. with the ftp entry existing and uncommented (as we have pointed out above)? If the ftp entry is commented, following is what you get:
# grep "21/tcp" /etc/services
#ftp 21/tcp # File Transfer Protocol (Control)
# ftp localhost
ftp: ftp/tcp: unknown service
If the ftp entry is proper in /etc/services, following is what you would see:
# grep "21/tcp" /etc/services
ftp 21/tcp # File Transfer Protocol (Control)
# ftp localhost
Connected to localhost.
220 bkupsvr1 FTP server (Version 1.1.214.5 Tue Nov 16 09:39:15 GMT 1999) ready.
Name (localhost:root):
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 01:16 AM
03-23-2001 01:16 AM
Re: PROBLEMS WITH FTP
services: files nis
Then stop and start the inetd services in the /sbin/init.d directory.
I had this problem and i solved it in this way.
Try & good luck!
Regards
Tarek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 01:53 PM
03-26-2001 01:53 PM
Re: PROBLEMS WITH FTP
Tarek, what happens if dont?t have the file nsswitch.conf in /etc, do i have to make one in every client or what do i have to do? thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 12:10 AM
03-27-2001 12:10 AM
Solutionhope i helped you...
regards
tarek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 09:02 AM
06-12-2001 09:02 AM
Re: PROBLEMS WITH FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 09:50 AM
06-12-2001 09:50 AM
Re: PROBLEMS WITH FTP
Thanks to all of you that helped me.
Greetings
Guillermo Castillo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 10:57 AM
01-10-2002 10:57 AM