JAWF
Just Another Web-based File manager

- reword messages and errors, store in defines

- go to func_ls if security checks fail, so BACK button doesn't need to be pressed

- add 'lite-weight' option in preferences for text clients and low-bandwidth users

- display size of top directory

- prompt to overwrite when moving files that exist

- support infinite directory levels

- tarball/zip backup feature

- display file user/group/permissions and allow them to be changed. open page with permission checkboxes to change.

- copy file button

- add javascript to editor for easy html editing

- a 'go to line number' feature in editor

- search and replace. server sends back a page with all found words in red with checkboxes. clicking the word takes u to the next word. master checkbox selects all.

- file locking, store filenames of opened files in the $editdir/locks file. when saved or cancelled remove the lock. display a key in the edit, delete, and rename fields. clicking key will remove the lock.

- add checkboxes to each file/dir and mass move/copy/delete buttons at top of page. this will require javascript, so allow it to be turned off in the prefs. it might be possible to use forms to do it.

- hard/symbolic file linking