Changes

Jump to navigation Jump to search
/etc/init.d/vsftpd restart
 
Then add a user and set it up:
useradd -m blog
passwd blog
usermod -a -G www-data blog
usermod -d /var/www/html/blog blog
 
Test it:
ftp 127.0.0.1
sftp 127.0.0.1
See also:

Navigation menu