i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Tuesday, January 10, 2006
Ubuntu: quick setup of vsftpd server
Instead of proftpd it is faster to use vsftpd. After installation (sudo apt-get install vsftpd) just: sudo vim /etc/vsftpd.conf And uncomment lines:write_enable=YES local_enable=YES and comment line: #anonymous_enable=YES Finally restart server by: sudo /etc/init.d/vsftpd restart