Posts

Showing posts from March, 2014

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