Creating an ftp account
Bash / Linux Commands
Creating an ftp account
Code
su -
adduser USERNAME
passwd USERNAME
usermod -d DirectoryPath USERNAME
vi /etc/vsftpd/chroot_list
//Add USERNAME to existing list
Bash / Linux Commands
Code
su -
adduser USERNAME
passwd USERNAME
usermod -d DirectoryPath USERNAME
vi /etc/vsftpd/chroot_list
//Add USERNAME to existing list