access denied to root folders through FTP client
access denied to root folders through FTP client
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
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
when i try to access home/myuser/conf/web/nginx.conf
Re: access denied to root folders through FTP client
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
Then copy and paste the output here