HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- FTP Login
Operating System - Linux
1833189
Members
2949
Online
110051
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
03-29-2006 06:21 AM
03-29-2006 06:21 AM
Team,
I am using Red Hat EL4 , I have changed the display=no in /etc/xinetd.d/tftp , but i cann't able to do ftp. How to solve this issue.
Thanks
I am using Red Hat EL4 , I have changed the display=no in /etc/xinetd.d/tftp , but i cann't able to do ftp. How to solve this issue.
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 06:30 AM
03-29-2006 06:30 AM
Solution
It should be disable=no, and tftp is not the ftp server, to enable the ftp server use:
service vsftpd start
chkconfig vsftpd on
You cannot access with root for security reasons, use another user account.
service vsftpd start
chkconfig vsftpd on
You cannot access with root for security reasons, use another user account.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 06:37 AM
03-29-2006 06:37 AM
Re: FTP Login
thanks
I have applied your steps but iam getting the result given below
[root@localhost ~]# service vsftpd start
vsftpd: unrecognized service
[root@localhost ~]# chkconfig vsftpd on
error reading information on service vsftpd: No such file or directory
[root@localhost ~]#
I have applied your steps but iam getting the result given below
[root@localhost ~]# service vsftpd start
vsftpd: unrecognized service
[root@localhost ~]# chkconfig vsftpd on
error reading information on service vsftpd: No such file or directory
[root@localhost ~]#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 07:17 AM
03-29-2006 07:17 AM
Re: FTP Login
You don't have installed the package, use system-config-packages to add the ftp server, or find the vsftpd rpm package in the cdrom and run:
rpm -ivh vsftpd-.rpm
Then run again the commands above.
rpm -ivh vsftpd-
Then run again the commands above.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
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