]> git.treefish.org Git - fex.git/blob - htdocs/features.html
Original release 20150120
[fex.git] / htdocs / features.html
1 <HTML> \r
2 <HEAD><TITLE>F*EX feature list</TITLE></HEAD>\r
3 <BODY>\r
4 <h1><a href="/">F*EX</a> feature list</h1>\r
5 <ul>\r
6   <li>file transfer of virtually unlimited file size\r
7   <li>recipient and sender only need an e-mail program and a web browser -\r
8       of any kind, they do not have to install any software<br>\r
9       (the F*EX server itself is UNIX based)\r
10   <li>RESEND and REGET for resuming after link failures at last sent byte\r
11   <li>auto-notification of recipient\r
12   <li>auto-deletion after download\r
13   <li>auto-deletion after expiration date (default: 5 days)\r
14   <li>full-users can create one time upload URLs for foreign users\r
15   <li>full-users can create sub-users, who can send only to this full-user\r
16   <li>full-users can create groups, an analogy to mailing lists, but for files\r
17   <li>admin can allow (internal or external) user self-registration\r
18   <li>admin can allow upload to public recipients without authentification\r
19   <li>admin can allow upload for LAN users without registration \r
20       (<a href="/usecases/anonymous.html">anonymous upload</a>)\r
21   <li>user can forward a file to a second recipient without re-uploading it\r
22   <li>user can forward a received file without download\r
23   <li>adminstration by CLI or Web\r
24   <li>server based user address books\r
25   <li>user and admin can throttle bandwith usage\r
26   <li>admin can restrict access based on e-mail or ip addresses \r
27   <li>sending to multiple recipients needs storage on the server only once\r
28   <li>quotas for sending and receiving\r
29   <li>support for named based virtual hosts \r
30       (multiple server instances with different hostnames on same IP)\r
31   <li>support for streams, including streaming recursive file transfer\r
32   <li>support for file linking (upload just a link, not the file itself)\r
33   <li>integrated web server with special features:\r
34       <ul>\r
35         <li>HTML with inline perl code\r
36         <li>HTML with conditional if..then..elseif..end blocks\r
37         <li>HTML with include statement\r
38         <li>on-the-fly zip, tar and tgz streaming output \r
39         <li>(restricted) directory file viewer\r
40       </ul>\r
41   <li>for real UNIX users, there are the shell programs \r
42        <a href="/fstools/fexsend.html">fexsend</a> and\r
43        <a href="/fstools/fexget.html">fexget</a><br>\r
44        to avoid annoying web browser usage and with a lot of additional\r
45        features,<br>\r
46        also there is an <a href="/usecases/xx.html">Internet clipboard</a>\r
47        and <a href="/usecases/anonymous.html">anonymous usage</a>\r
48   <li><a href="/fex.html">protocol and source-code free available</a>\r
49   <li>localization for <a href="http://fex.rus.uni-stuttgart.de:8080/">\r
50       many languanges</a> available\r
51   <li>optional authentification by LDAP, RADIUS, POP, IMAP, mailman\r
52   <li>server available for UNIX and Windows hosts\r
53   <li>about 10 times faster than apache\r
54   <li><b>very</b> low memory usage\r
55   <li>(reverse) proxy support\r
56   <li>F*EX is a HTTP web-service and needs no firewall-tunnels\r
57   <li>works with NAT or DHCP clients, too\r
58   <li><a href="/usecases/BIGMAIL.html">postfix filter</a> available to send\r
59       e-mails with attachments of <b>any</b> size\r
60   <li>maintenance-free: no admin interaction necessary \r
61   <li>minimal software & hardware requirements for the server\r
62   <li>no external database necessary, but possible (LDAP)\r
63   <li>full IPv6 support\r
64   <li>easy server installation, no installation necessary on client side\r
65   <li>great <a href="/FAQ/">FAQ</a>, <a href="/usecases/">use cases</a> \r
66       and detailed <a href="/doc/concept">internal documentation</a>\r
67 </ul>\r
68 </BODY>\r
69 </HTML> \r