In the Last session we learn how to create FTP Server On Linux. To create FTP server there are few steps to follow which are given below. Mostly FTP are used as one of the most common means of copying files between server over the internet . there are several steps which are given below
[1] first become super user by using su - command
[2]then check rpm package by using rpm -i vsftpd
[3] now configure FTP server according to our requirement by using vim/etc/vsftpd.conf
and change it according to the our requirement
[4] now start the service by using service vsftpd start command
[5]setup
[6]FTP