webdesigndeluxesays
Make some back and forward buttons and also a download button so you can download the files. And maybe a login and logout also. Where are these files on he server? It’d be cool if it all was FTP .
webdesigndeluxesays
Make some back and forward buttons and also a download button so you can download the files. And maybe a login and logout also. Where are these files on he server? It’d be cool if it all was FTP .
Jaybuzsays
You can use the Navigation bar as forward and back buttons, if you check on the live preview you’ll see. And the files are just in a normal Directory but could be made to view FTP server. Oh and I might just add that download button. 
dtbakersays
Nice work. Was looking for something similar recently but it needed a simple “upload into current directory” option. The upload button will only display if the directory is_writable and it will prompt the user for a password before uploading.
Jaybuzsays
If you didn’t already know you can save the files by right clicking on the file, for Firefox and Chrome you just click on “Save Link As…”, IE you click “Save Target As” and for the other browsers it’s probably either of those two. So it’s easy as that.
topsubsays
I think an upload function and it would be bought more
Also how easy is the script to integrate into another cms solution?
Jaybuzsays
Yeah, your probably right.
Should be pretty easy, you can check out the read me.htm file here.
c0linsays
Absolutely awesome, easy to style. I was going to ask about authenticated access however I realized that using .htaccess would be simple enough.
3ga42adcy32says
I want to buy this item, however, is it possible to have some sort of a summary footer to show the total size of the files and folder?
Jaybuzsays
Sorry for being so late, but just recently I accidently formatted my Windows drive and I lost everything (a bad ubuntu command), I’ll try to get it completed by tomorrow.
Actually on second thoughts, adding folder sizes could slow the whole thing down because it would have to go through each folder right to the very end of the tree and if theres a lot of folders and files it’ll take a long time. I checked Dropbox.com and even they do not measure folder size. Sorry but it just isn’t very practical. 
On another note, I did find a silly bug with clashing varibles causing folder and file count to mess up, uploading fixed version now.
AzizLightsays
I bought this a while ago, but never used it before last week. It’s absolutely fantastic, great job!
About the folder sizes, I don’t really care about this feature, but for those who are interested you could add a button to calculate the size of a given folder along with a javascript popup warning box saying that it could take some time. That would actually be useful if you want to know the size of an “images” folder without breaking your workflow.
maryalennsays
I’m trying to only show the pages in the current directory (not show any directories, hide any non-php/html file types, hide file sizes) so I can create a dynamic directory navigation.
Can this be done with this script?
yes, by pages I mean webpage files (so file extensions ending in .php, or .html)
So, for example, I have a directory/folder called “Products”, and within that I have several pages (product-a.php, product-b.php, product-c.php). I’d like to display all of the pages in the current (i.e. “products”) directory on the left hand side as a sub-navigation.
Jaybuzsays
You can specify the script to display a certain directory and any folders in there you can add to the hide list. If that’s what you mean.
15comments