Im trying to add permissions to a full directory with all subfolders and files etc etc
Ive tried with
On SSH when I press enter to the command it gives no error or anything just success!
But then I go to the FTP and still cant transfer files to that specific directory....
What Im doing wrong?
Also Im using the master FTP account, shouldnt I have the right full permissions already?
Thank you
Ive tried with
Code:
chmod -R 775 /home/user/public_html/directory
But then I go to the FTP and still cant transfer files to that specific directory....
What Im doing wrong?
Also Im using the master FTP account, shouldnt I have the right full permissions already?
Thank you