
I have an urgent requirement to setup a ftp server on one the Ubuntu desktop for a interim solution. I have installed vsftpd easily using apt command and started it.
root@web-119:/etc/apt# apt-get install vsftpd root@web-119:/etc/apt# netstat -anlp | grep "21" tcp 0 0 0.0.0.0:21 […]