Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rejetto/hfs2
web based file server
https://github.com/rejetto/hfs2
delphi delphi10 fileserver webserver windows
Last synced: 8 days ago
JSON representation
web based file server
- Host: GitHub
- URL: https://github.com/rejetto/hfs2
- Owner: rejetto
- License: gpl-3.0
- Created: 2020-05-02T14:34:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T11:45:23.000Z (over 1 year ago)
- Last Synced: 2024-10-16T14:17:39.606Z (22 days ago)
- Topics: delphi, delphi10, fileserver, webserver, windows
- Language: Pascal
- Homepage: https://rejetto.com/hfs
- Size: 730 KB
- Stars: 616
- Watchers: 23
- Forks: 138
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Obsolete
This is the repository of the old HFS.I'm working on HFS 3 on another repository. Check it out!
https://github.com/rejetto/hfs## Introduction
You can use HFS (HTTP File Server) to send and receive files.
It's different from classic file sharing because it uses web technology.
It also differs from classic web servers because it's very easy to use and runs "right out-of-the box".The virtual file system will allow you to easily share even one single file.
## Dev notes
Initially developed in 2002 with Delphi 6, now with Delphi 10.3.3 (Community Edition).
Icons are generated at http://fontello.com/ . Use fontello.json for further modifications.For the default template we are targeting compatibility with Chrome 49 as it's the latest version running on Windows XP.
## Libs used
- [ICS v8.64](http://www.overbyte.be) by François PIETTE
- [TRegExpr v0.952b](https://github.com/andgineer/TRegExpr/releases) by Andrey V. Sorokin
- [JEDI Code Library v2.7](https://github.com/project-jedi/jcl)
- [Kryvich's Delphi Localizer v4.1](http://sites.google.com/site/kryvich)