Tutorial Configure FTP Server on Ubuntu Server 14.04
The video tutorial and explain how to Install, Configure and Test FTP (File Transfer Protocol) on Ubuntu Server 12.04 or 14.04 LTS.
In this practice I use Proftpd as FTP server service installed on ubuntu server 12.04. It easy to configure and usage.
To install ftp server on ubuntu we need to install proftpd package first.
$sudo apt-get update
$sudo apt-get upgrade
$sudo apt-get install proftpd
then make sure ftp server daemon running/online on your server.
$netstat -ln | grep 21
after that test ftp server with ftp client software like filezilla or by terminal
$ftp ipserver:21
I hope you enjoy my video
please like, subscribe, and comment
Thanks for watching
ubuntu