add the user named tony to the group named ftp
usermod -a -G ftp tony
or
addgroup tony ftp
add the actually logged in user to the group ftp
sudo adduser `id -un` ftp