How do I give a developer access to a specific directory and nothing else?
(I'm reposting this post here, after someone in the PHP group suggest I repost here because it's more relevant)
I want to give a develop access to a specific directory and nothing else
I can give them an FTP account with access to a sub directory, but this doesn't exactly solve the problem!
1. They can write PHP code to access other directories below and have FULL access to *everything*!
2. What if I could solve problem 1 somehow (I have no idea how!), but then I wanted them to have *only* access to a directory but NOT to sub directories contained under that directory?
I'd always given developers a sub directory in which to put their code - I'd never actually ever thought that they could access the whole domain!
So: how can I make sure they only have access to what I want?
thanks for the reply
i dont quite understand what that does
i asked elsewhere after not getting a reply here
and was told: giving ftp access is just bad news!
and any developer who knows what they're doing can gain control of *everything*?
giving ftp access is just bad news!
and any developer who knows what they're doing can gain control of *everything*?
I don't agree with that. If configured correctly FTP access can be secure. All big shared hosting companies provide FTP access for their customers, yet users can't modify each other's files.
Can you please let me know what Operating System / FTP software do you use, so I can try to give you more specific solution?
I don't agree with that. If configured correctly FTP access can be secure. All big shared hosting companies provide FTP access for their customers, yet users can't modify each other's files.
aaah... yes... that a very good point actually
Originally Posted by chris22
Can you please let me know what Operating System / FTP software do you use, so I can try to give you more specific solution?
i have linux
i have a vps
the thing is, i will have a single domain
and i want to give a developer access to a sub directory on that domain
this is different to shared hosting where each user has different domains
let me know what u think + if u can suggest something
Bookmarks