Useradd in FileZilla for accessing user define directory


User add in FileZilla for accessing user define directory

Require new or existing user

step 1.  Make user defined directory i.e. if you want user access only /var/www directory.

useradd john

passwd john

usermod -m -d /var/www john     (change your home directory)

Open FileZilla & check remote location

Thank you!!

Leave a comment