php - WebDAV/ftp/etc custom solution -


We have a project (web / php) where we want users to use their files, our applications Used in, standardized protocols such as FTP or WebDAV will make it easier for our users to access their files, which are primarily templates and images.

The thing is, that the user will be browsing, should somehow be programmatically generated, because of custom permissions in this application, dynamic file / directory and with different permissions in physical files and folders. (The files that the user should have access should be mixed with those people who should not have them)

How will we accomplish this with the best and most easily? Generate file links and use FTP? Create a custom server application using Python / Java?

Please share any thoughts! I try to use standard Apache mod_dav_fs ,

And access control using standard limit instructions. It is not clear from your description why it is a requirement of the program - you can definitely have different access controls on different files in the same folder.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -