mmoamen Hello how can i connect to ftp i can only connect by root data How can i create another user for another directory?
mmoamen i figured it out i added a new user by using this useradd -d /directory-i-want/ -s /bin/bash -g ftpgroup useriwant """this to add user""" passwd useriwant """this change password for user"""" but i can still access upper directories too??