![]() |
6 months ago | |
---|---|---|
.gitignore | 5 years ago | |
README.md | 2 years ago | |
SECURITY.md | 5 years ago | |
WindowsXP.manifest | 5 years ago | |
alias.txt | 5 years ago | |
classesLib.pas | 5 years ago | |
copyright.txt | 5 years ago | |
data.rc | 5 years ago | |
default.tpl | 5 years ago | |
defs.inc | 5 years ago | |
deprecated.txt | 5 years ago | |
diffDlg.dfm | 5 years ago | |
diffDlg.pas | 5 years ago | |
dmBrowser.tpl | 5 years ago | |
filelist.tpl | 5 years ago | |
filepropDlg.dfm | 5 years ago | |
filepropDlg.pas | 5 years ago | |
folderKindDlg.dfm | 5 years ago | |
folderKindDlg.pas | 5 years ago | |
fontello.json | 5 years ago | |
hfs.bdsproj | 5 years ago | |
hfs.cfg | 5 years ago | |
hfs.dfm | 5 years ago | |
hfs.dpr | 5 years ago | |
hfs.dproj | 5 years ago | |
hfs.dproj.local | 5 years ago | |
hfs.drc | 5 years ago | |
hfs.lng | 5 years ago | |
hfs.otares | 5 years ago | |
hfs.pas | 5 years ago | |
hfs.res | 5 years ago | |
hfs_Icon.ico | 5 years ago | |
hfs_Icon1.ico | 5 years ago | |
hfs_Icon2.ico | 5 years ago | |
hslib.pas | 5 years ago | |
ipsEverDlg.dfm | 5 years ago | |
ipsEverDlg.pas | 5 years ago | |
ipservices.txt | 5 years ago | |
jquery.min.js | 5 years ago | |
listSelectDlg.dfm | 5 years ago | |
listSelectDlg.pas | 5 years ago | |
longinputDlg.dfm | 5 years ago | |
longinputDlg.pas | 5 years ago | |
main.dfm | 5 years ago | |
main.pas | 5 years ago | |
monoLib.pas | 5 years ago | |
newuserpassDlg.dfm | 5 years ago | |
newuserpassDlg.pas | 5 years ago | |
optionsDlg.dfm | 5 years ago | |
optionsDlg.pas | 5 years ago | |
parserLib.pas | 5 years ago | |
progFrmLib.pas | 5 years ago | |
purgeDlg.dfm | 5 years ago | |
purgeDlg.pas | 5 years ago | |
recompile data.bat | 5 years ago | |
runscriptDlg.dfm | 5 years ago | |
runscriptDlg.pas | 5 years ago | |
scriptLib.pas | 5 years ago | |
shellExtDlg.dfm | 5 years ago | |
shellExtDlg.pas | 5 years ago | |
todo.txt | 5 years ago | |
traylib.pas | 5 years ago | |
utillib.pas | 5 years ago | |
whatsnew.txt | 5 years ago |
README.md
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.
Warning: Delphi Community Edition 10.4 removed support for command-line compilation, and is thus unable to compile JEDI Code Library, and is thus unable to compile HFS2, ref Community Edition no longer includes the command-line compilers - meaning the last version of Community Edition cabale of compiling HFS2 is Delphi 10.3.x
Libs used
- ICS v8.64 by François PIETTE
- TRegExpr v0.952b by Andrey V. Sorokin
- JEDI Code Library v2.7
- Kryvich's Delphi Localizer v4.1