How to Setup an FTP Server in Ubuntu 12.04



In order to install an FTP Server in ubuntu 12.04, we have to install the corresponding package

sudo apt-get  install vsftdp

For setting the ftp server, we have to modify the following file /etc/vsftpd.conf


To start the ftp server

sudo /etc/init.d/vsftpd restart


Then u can open the browser and  type : ftp://ipaddress of the interface t check whether it is successfully running or not.

Copy the files to /srv/ftp to keep it on the ftp server

Comments

Popular posts from this blog

bb.utils.contains yocto

Difference between RDEPENDS and DEPENDS in Yocto

PR, PN and PV Variable in Yocto