https://github.com/giosil/webfolder
Application to view the content of a folder on a web page.
https://github.com/giosil/webfolder
java servlets web
Last synced: 6 months ago
JSON representation
Application to view the content of a folder on a web page.
- Host: GitHub
- URL: https://github.com/giosil/webfolder
- Owner: giosil
- License: apache-2.0
- Created: 2022-11-11T09:22:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T13:33:03.000Z (almost 3 years ago)
- Last Synced: 2025-05-17T18:37:00.859Z (9 months ago)
- Topics: java, servlets, web
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebFolder
Application to view the content of a folder on a web page.
On the login page enter username (folder name) e password (equals to username) to view $user.home/username folder.
## Build
- `git clone https://github.com/giosil/webfolder.git`
- `mvn clean install`
## Contributors
* [Giorgio Silvestris](https://github.com/giosil)