HTML File List Creator is a simple application that creates an html list of the content of a folder on your hard disk, assuming that an exact copy of your local folder will be copied in a web space. So, the html list will not contains the links to the local files/folders, but links with a specified http url address.
Example
This is your local folder with some files:
C:\MYAPP\guide.html
C:\MYAPP\tutorial.avi
C:\MYAPP\DOCS\document.pdf
Now, we assume that the content of MYAPP will be copied in http://www.mysite.com/test/
So, after the right configuration and customization, HTML File List Creator will produce an index.html file containing a list like this:
http://www.mysite.com/test/guide.html
http://www.mysite.com/test/tutorial.avi
http://www.mysite.com/test/DOCS/document.pdf
Features
- Include / exclude files/folders by extensions or if the name contains some pieces of string
- Generate one long list of your files and folders
- Generate a file list for each folder, creating a file explorer like system
- Control the look of the list: if you want predefined icons, how to show the links text, etc.
- Control what happens when you click a file link: simply open it, open it in a new window or inside a frame
- Protect the list with a username and password system (through PHP scripts)
- Use defaults html templates or create your custom templates
- Save your configurations and open them later
Categories
File ManagersLicense
GNU General Public License version 3.0 (GPLv3)Follow HTML File List Creator
User Reviews
-
Did not work for me on WIN7. Linked manuals do not exist