How does one configure a user when they login to change root into a subdirectory of their home folder. ie /home/username/files
Edit
/etc/vsftpd/vsftpd.conf
Add or change:
chroot_local_user=YES
user_sub_token=$USER
local_root=/home/$USER/directory