web based file server
Go to file
2020-06-13 17:05:01 +02:00
.gitignore fix: conflicting resource text for translation 2020-06-06 19:32:14 +02:00
alias.txt first commit 2020-05-02 19:04:16 +02:00
classesLib.pas fix: [file.EXT] not working 2020-06-11 23:39:38 +02:00
copyright.txt updated license 2020-05-11 21:17:51 +02:00
data.rc i18n: moved strings to resources 2020-06-02 14:12:56 +02:00
default.tpl tpl: using HFS.sid we can move ajax() where it belongs 2020-06-10 20:34:15 +02:00
defs.inc fix: missing icon 2020-05-17 19:48:10 +02:00
deprecated.txt first commit 2020-05-02 19:04:16 +02:00
diffDlg.dfm first commit 2020-05-02 19:04:16 +02:00
diffDlg.pas first commit 2020-05-02 19:04:16 +02:00
dmBrowser.tpl first commit 2020-05-02 19:04:16 +02:00
filelist.tpl first commit 2020-05-02 19:04:16 +02:00
filepropDlg.dfm parentfont for main form 2020-05-11 16:38:23 +02:00
filepropDlg.pas solved many compilation warnings 2020-05-11 17:06:25 +02:00
folderKindDlg.dfm first commit 2020-05-02 19:04:16 +02:00
folderKindDlg.pas first commit 2020-05-02 19:04:16 +02:00
fontello.json fontello config, in case we need to add/change icons 2020-05-12 20:15:41 +02:00
hfs_Icon1.ico first commit 2020-05-02 19:04:16 +02:00
hfs_Icon2.ico first commit 2020-05-02 19:04:16 +02:00
hfs_Icon.ico first commit 2020-05-02 19:04:16 +02:00
hfs.bdsproj first commit 2020-05-02 19:04:16 +02:00
hfs.cfg first commit 2020-05-02 19:04:16 +02:00
hfs.dfm first commit 2020-05-02 19:04:16 +02:00
hfs.dpr enabled localization via hfs.lng 2020-05-24 20:12:02 +02:00
hfs.dproj fix: many resource strings had the same ID 2020-06-01 11:24:32 +02:00
hfs.dproj.local parentfont for main form 2020-05-11 16:38:23 +02:00
hfs.drc fix: conflicting resource text for translation 2020-06-06 19:32:14 +02:00
hfs.lng fix: conflicting resource text for translation 2020-06-06 19:32:14 +02:00
hfs.otares first commit 2020-05-02 19:04:16 +02:00
hfs.pas first commit 2020-05-02 19:04:16 +02:00
hfs.res fix: conflicting resource text for translation 2020-06-06 19:32:14 +02:00
hslib.pas fix: problems downloading files with a comma with firefox77 2020-06-13 00:37:58 +02:00
ipservices.txt first commit 2020-05-02 19:04:16 +02:00
ipsEverDlg.dfm fix: layout 2020-05-08 01:16:12 +02:00
ipsEverDlg.pas first commit 2020-05-02 19:04:16 +02:00
jquery.min.js first commit 2020-05-02 19:04:16 +02:00
listSelectDlg.dfm first commit 2020-05-02 19:04:16 +02:00
listSelectDlg.pas first commit 2020-05-02 19:04:16 +02:00
longinputDlg.dfm first commit 2020-05-02 19:04:16 +02:00
longinputDlg.pas first commit 2020-05-02 19:04:16 +02:00
main.dfm better code 2020-05-30 15:47:07 +02:00
main.pas amend previous commit 2020-06-13 17:05:01 +02:00
monoLib.pas first commit 2020-05-02 19:04:16 +02:00
newuserpassDlg.dfm first commit 2020-05-02 19:04:16 +02:00
newuserpassDlg.pas first commit 2020-05-02 19:04:16 +02:00
optionsDlg.dfm fix: english 2020-05-27 12:39:10 +02:00
optionsDlg.pas i18n: moved strings to resources 2020-06-02 14:12:56 +02:00
parserLib.pas first commit 2020-05-02 19:04:16 +02:00
progFrmLib.pas first commit 2020-05-02 19:04:16 +02:00
purgeDlg.dfm first commit 2020-05-02 19:04:16 +02:00
purgeDlg.pas first commit 2020-05-02 19:04:16 +02:00
README.md better format 2020-06-08 11:00:08 +02:00
recompile data.bat accept session/cookie through URL 2020-05-14 11:40:24 +02:00
runscriptDlg.dfm first commit 2020-05-02 19:04:16 +02:00
runscriptDlg.pas first commit 2020-05-02 19:04:16 +02:00
scriptLib.pas amend previous commit 2020-06-13 17:05:01 +02:00
SECURITY.md Create SECURITY.md 2020-05-13 15:40:30 +02:00
shellExtDlg.dfm use new delphi's gif support 2020-05-11 16:05:00 +02:00
shellExtDlg.pas use new delphi's gif support 2020-05-11 16:05:00 +02:00
todo.txt new section flag: ver=MASK 2020-06-10 13:22:31 +02:00
traylib.pas fix: tray icons' text was garbage 2020-05-06 18:19:59 +02:00
utillib.pas copyright update 2020-06-08 18:50:18 +02:00
whatsnew.txt fix: empty tpl sections were not overriding 2020-06-11 11:35:53 +02:00
WindowsXP.manifest first commit 2020-05-02 19:04:16 +02:00

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.

Libs used