Archiving
It would be very cool (and not very difficult to implement), if archiving support could be integrated into 2.7 still.
It would have to support:
- (Un)zipping tarballs
- (Un)zipping gzipped tarballs
- (Un)zipping zips
This way you can either upload and download many files (and directories) in one pass.
Programming it should not be too difficult as it's just a matter of passing some file system commands. For starters it would be even good enough to be able to archive just directories and leave the file selection out of it for the time being.
This functionality would be very helpful when you use TFU for website wide file management and want to upload/install/manage other website software (which often comes in archives), e.g. install Joomla from TFU or download large log files which are just a few KBs when zipped.
Furthering on this functionality (but more difficult to program and thus maybe for 2.8 or 2.9
): 'lightbox' functionality would be great too. With this you can select multiple files over different directories to be added to an archive...