But I installed ftpd as I didn't know vsftpd and works fine anyway.
Install (debian):
sudo apt-get install ftpd
You can deny access by:
- editing /etc/hosts.allow, hosts.deny
- editing /etc/ftpusers
- editing /etc/services
/etc/init.d/openbsd-inetd restart
After updating /etc/services...
That's about it for the basics. Give it a try to copy stuffs from other servers or your cellphone (connect it to the same network with wifi), it's the fastest thing you can use.