HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how do I enable ftp again...
Operating System - HP-UX
1834241
Members
2631
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
11-05-2005 09:33 AM
11-05-2005 09:33 AM
We have tightened the server down and now I need to ftp to a ftp server to retrieve some files but when I try to ftp I get this...
I thought is was the /etc/inetd.conf file...
root@server# ftp server1
ftp: ftp/tcp: unknown service
I thought is was the /etc/inetd.conf file...
root@server# ftp server1
ftp: ftp/tcp: unknown service
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2005 10:21 AM
11-05-2005 10:21 AM
Solution
You probably need to first uncomment the ftp entry in /etc/services then uncomment the ftp entry in /etc/inetd.conf and then issue an inetd -c command.
If you are using NIS, NIS+, or LDAP to map services then you need to reenable the portname to number entry and regereate the map/table.
If you are using NIS, NIS+, or LDAP to map services then you need to reenable the portname to number entry and regereate the map/table.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2005 10:47 AM
11-05-2005 10:47 AM
Re: how do I enable ftp again...
Hi LHradowy ,
1. Check /etc/services for the entry :
ftp 21/tcp # File Transfer Protocol (Control)
2. check /etc/inetdc.conf for
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
3. If comment is there , uncomment it. Remove the hash.
4. run "inetd -c" inetd to reread the configuratoin file. :
# inetd -c
5. check ftp.
Hope this will help.
Cheers,
Raj.
1. Check /etc/services for the entry :
ftp 21/tcp # File Transfer Protocol (Control)
2. check /etc/inetdc.conf for
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
3. If comment is there , uncomment it. Remove the hash.
4. run "inetd -c" inetd to reread the configuratoin file. :
# inetd -c
5. check ftp.
Hope this will help.
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2005 11:14 AM
11-05-2005 11:14 AM
Re: how do I enable ftp again...
Thanks
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP