how we can start ftp protocol in my linux server rhe5

link|improve this question
feedback

migrated from stackoverflow.com Jun 17 '10 at 12:06

This question came from our site for professional and enthusiast programmers.

3 Answers

Under RHEL, something like the following:

yum install vsftpd
chkconfig vsftpd on
service vsftpd start

Configurations for specific uses should be taken into consideration, too.

link|improve this answer
feedback

you try following link ftp setup

link|improve this answer
feedback

By installing ftp daemon.
Try these:

apt-get install vsftpd
yum install vsftpd
link|improve this answer
feedback

Your Answer

 
or
required, but never shown