more feature with filemanager

jackc

Verified User
Joined
Jan 19, 2007
Messages
336
1. able to delete files/folders with uid/gid apache
2. able to reset ownership recursively even the folder is not own by apache
3. multiple files select upload and directories upload

...
 
I think we might consider number 2 (has been requested a few times now)

I don't think number 3 is dooable because to do a 1 click directory upload, we'd need a client side program which would be out of the scope of DA. In theory something written in java would work, but probably more work than we'd want to do at this time as it's out of the realm of what we do (our stuff all lives server-side). I will admit though, it would be nice, but that's why we have ftp. It's been around forever and does everything needed.

Number 1 wouldn't be an issue if number 2 was done, so you'd just change the files over first, then delete them. Note that suPhp is a good option to avoid this in the first place, as files would be uploaded as the user, and not apache.

John
 
suphp is ok, currently using it but it takes up alot more resource and php cache won't work anymore.
 
number 2 is really needed, please add it in the next release!
 
Back
Top