Topic: Allow FTP upload but that's it? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=28463" title="Pages that link to Topic: Allow FTP upload but that&amp;#039;s it? (Page 1 of 1)" rel="nofollow" >Topic: Allow FTP upload but that&#039;s it? <span class="small">(Page 1 of 1)</span>\

 
CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 09-21-2006 22:18

I have a directory that our customers use to upload files to us. However, I need to make it so they can upload but not anything else. Espically delete files.

I gave this a whirl but didn't work

code:
# protect the directory for the ftpuser upload
# this will allow only systelpr to be able to delete files...or should. 
<Directory /path/to/directory/>
  <Limit DELE>
    AllowUser myusername
    DenyAll
  </Limit>
 </Directory>



Later,

C:\

H][RO
Paranoid (IV) Inmate

From: Australia
Insane since: Oct 2002

posted posted 09-22-2006 02:37

I'll add a question on the same topic!

Is there a way to also restrict someone accessing a subdirectory of a ftp directory they have access too.

E.g they have access to public_html, but i dont want them to have access to public_html/includes, but they can have access to public_html/images


Can't seem to control this acces in cpanel

Tyberius Prime
Maniac (V) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 09-22-2006 13:31

No, but you could give ownership to another user (webserver...), and remove world and group read & execute on the directory...

H][RO
Paranoid (IV) Inmate

From: Australia
Insane since: Oct 2002

posted posted 09-22-2006 16:24

Can you do that just so it effects ftp? Or will that effect people accessing files via the web too.

I want them to be access special php files via the web but not via the ftp.

Tyberius Prime
Maniac (V) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 09-22-2006 16:37

Depends on what user php is running as.

If it's www-data. No problem at all.
If it's owner of the files: Probably not a problem either.

Honestly, the best idea would be to move the stuff out of their ftp root.
I mean, they're includes, it doesn't matter wether they're available via http, does it?

H][RO
Paranoid (IV) Inmate

From: Australia
Insane since: Oct 2002

posted posted 09-23-2006 03:01

Yeah i was thinking that, but their nto all includes, its more a web app that is accessed from a subdomain so its a subdirectory of public_html.

I could possibly reconfigure my virutal hosts file to put the subdomain below the root, but not sure how that effects some things. Mind you i could move the bulk of the app below the root anyway really.

Part of it is protection of the web app, the other part is so they don't play with it and stuff it up



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu