- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ftp server
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
01-07-2004 10:52 AM
01-07-2004 10:52 AM
ftp server
how can active the ftp server ?
Thanks
e.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 11:28 AM
01-07-2004 11:28 AM
Re: ftp server
This works on Redhat 7.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 11:38 AM
01-07-2004 11:38 AM
Re: ftp server
Then as root:
service xinetd restart
THEN you will be able to connect via ftp.
This works on all current and many past versions of red hat.
ftp is disabled be default.
Also: Check /etc/sysconfig/iptables
Make sure port 21 is not blocked.
if unsure and getting connect errors:
service iptables stop
ftp again
Don't leave it like that. If it turns out to be an iptables problem post back the iptables config file, I'll edit it up and post it back for you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 05:28 PM
01-07-2004 05:28 PM
Re: ftp server
chkconfig vsftpd on
will enable the ftp service and turn it on.
By default this service gets installed on redhat9.
You can choose however to unstall wu-ftpd rpm instead, and then the command will be
chkconfig wu-ftpd on....
Best regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 12:44 AM
01-08-2004 12:44 AM
Re: ftp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 10:38 AM
01-08-2004 10:38 AM
Re: ftp server
K.C. the reason for ftp server and not ssh is because... i am using ultraedit for edit files in the linux...i dont know use Vi very well.
ultraedit work with ftp
if you know some aplication like ultraedit with SSh..tell me plesae.
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 01:52 PM
01-08-2004 01:52 PM
Re: ftp server
now you are on the verge of starting a religous war ;-) People have almost as strong opionions about editors as they have about operating systems.
Having said that, I personally like nedit (www.nedit.org), which is lightweight, available on many platforms and quite powerfull. The window structure should be easy to grasp for Windows users.
And yes, I know there are many other fine editors out there ;-)
Greetings, Martin