Tweak deskutils/just version 1.5.0
[dports.git] / www / publicfile / pkg-descr
1 publicfile supplies files to the public through HTTP and FTP.
2
3 Security features:
4        publicfile chroot()s to the public file area and sheds root privileges.
5        publicfile never attempts to modify the public file area.
6        publicfile never runs any other programs.
7
8 HTTP features:
9        publicfile supports virtual hosts through the Host field.
10        publicfile supports virtual hosts through absolute URLs.
11        publicfile supports HTTP/1.1 persistent connections.
12        publicfile supports HTTP/1.1 chunked responses.
13        publicfile supports user-controlled content types.
14        publicfile supports exact-prefix If-Modified-Since.
15
16 FTP features:
17        publicfile has built-in LIST and NLST commands.
18        publicfile provides EPLF LIST responses.
19        publicfile supports restarted transfers.
20        publicfile supports pipelining.