Page 1 of 1

access denied to root folders through FTP client

Posted: Thu Feb 06, 2020 9:43 pm
by maha22
hello
whenever i try to access the root files of my server on FTP client i get permission access denied error message,
how i can fix this? i'm already using the root admin account i should have access to everything i think

Re: access denied to root folders through FTP client

Posted: Thu Feb 06, 2020 10:09 pm
by maha22
when i try to access home/myuser/conf/web/nginx.conf

Re: access denied to root folders through FTP client

Posted: Fri Feb 07, 2020 2:40 am
by exclu254
maha22 wrote:
Thu Feb 06, 2020 10:09 pm
when i try to access home/myuser/conf/web/nginx.conf
That specific user you are using to log into through the FTP client doesn't have proper permission to view that file.

Try running

Code: Select all

sudo ls -la
against that directory

Then copy and paste the output here