EmbLogic's Blog

How to create FTP server on Linux ?

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

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>