I am handling one project (Website) by self only in cPanel (GoDaddy). but now I want to add other team member on same project.
there are few folders as below.
public_html/live_site/pages public_html/live_site/private_php public_html/live_site/private_folder public_html/live_site/js public_html/live_site/local public_html/live_site/other public_html/live_site/xyz for security reason, I don't want give full access of all folders under live_site using ftp.
I have created FTP accounts. Those ftp accounts can access all the folders inside live_site but I want to create ftp account who can handle all folders under live_site except private_folder and private_php
I thought I move private folder to other folder but path of that folder must be there inside live_site folder, so only option left is either hide these private folder or special file permission that do not allow to access for particular ftp client only I have read about file permission like read, write, execute but I don't know how it will be linked with ftp account!
I hope my question is clear to understand! Thanks in advance.
there are few folders as below.
public_html/live_site/pages public_html/live_site/private_php public_html/live_site/private_folder public_html/live_site/js public_html/live_site/local public_html/live_site/other public_html/live_site/xyz for security reason, I don't want give full access of all folders under live_site using ftp.
I have created FTP accounts. Those ftp accounts can access all the folders inside live_site but I want to create ftp account who can handle all folders under live_site except private_folder and private_php
I thought I move private folder to other folder but path of that folder must be there inside live_site folder, so only option left is either hide these private folder or special file permission that do not allow to access for particular ftp client only I have read about file permission like read, write, execute but I don't know how it will be linked with ftp account!
I hope my question is clear to understand! Thanks in advance.