Tags
android apache awstats beans clearcase clearquest dev dreamhost dvb eclipse ffmpeg gradle htaccess html http java javascript jni licensing linux mac macfuse mpeg mysql mythtv network networking openoffice php random root ruby samba scripting soap spring sshfs ssh linux sudoers requiretty touch tr ubuntu vpn vsftp WOL xmltv
Tag Archives: vsftp
45 second anonymous ftp server setup
Setup of ftp server on debian/ubuntu… First install it. sudo apt-get install vsftpd Next edit /etc/vsftpd.conf. There are tonnes of options, but this is pretty much the bare minimum. listen=YES local_enable=NO anonymous_enable=YES anon_root=/var/ftp Now provide access to directory “Music” in … Continue reading