OriginalBoy Posted May 26, 2008 Share Posted May 26, 2008 Hi, Right so basically what I am looking into is a way where people can upload via FTP but not be able to delete the files that is in the folders already. I want to give them there own ftp accounts but not allow them to delete only add. How can I do this or would this be a HUGE task? Thanks, Steve Quote Link to comment https://forums.phpfreaks.com/topic/107300-stopping-deleting-files/ Share on other sites More sharing options...
deadonarrival Posted May 26, 2008 Share Posted May 26, 2008 Personally I'd make a php upload script, and have that put the files on the server. That way you can control removal of files, and also not allow them to be over-written (which could be the same as deletion if replaced with a blank file) Quote Link to comment https://forums.phpfreaks.com/topic/107300-stopping-deleting-files/#findComment-550167 Share on other sites More sharing options...
PFMaBiSmAd Posted May 26, 2008 Share Posted May 26, 2008 The FTP user that you setup on the server can usually be given only "write" permissions. Check what settings are available in your FTP user setup control panel. Quote Link to comment https://forums.phpfreaks.com/topic/107300-stopping-deleting-files/#findComment-550231 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.