how to configure FTP server in Redhat Linux Server part 1
hello guys today we will discuss how can we configure FTP(File Transfer protocol) Server in Redhat Linux Server .FTP server through we can download and upload any file or content.Its a very simple process if you follow my artical steps .so before we will install YUM server in our Linux machine because YUM is a very helpful service in package installation.if you want to know how to configure YUM in our linux machine so click on link and look
so guys here i agree you configure YUM server in our ReadHat Linux Machine then we will contunue
step1= we will install Ftp package below commands
[root@localhost ~]# yum install vsftpd* -yStep2= then we will verify and start FTP service
[root@localhost ~]# service vsftpd restart Shutting down vsftpd: [ OK ] Starting vsftpd for vsftpd: [ OK ] [root@localhost ~]# service vsftpd status vsftpd (pid 5668) is running... [root@localhost ~]# chkconfig vsftpd on
Step3= Then we will off our machine firewall and selinux below commands
[root@localhost ~]# iptables -F
[root@localhost ~]# setenforce 0Ftp server is share /var/ftp directory if we have any data in in this directory so client can download data through ftp server
Step4= then we will go Windows machine in and open any browser and put our linux IP Address

then your Browser in open /var/ftp/ folder here you can download to here .we can also open FTP server in command prompt
if you have any problem in this process so comments here i will solve your problem
thank you
writer- Vishnu Sharma
