]> git.treefish.org Git - fex.git/blob - htdocs/fexit.html
Original release 20160104
[fex.git] / htdocs / fexit.html
1 <html>
2 <head>
3   <title>fexit</title>
4   <style>
5     pre {
6       padding: 8px;
7       background: #eef;
8       border: thin dashed #0076A3;
9       font-family: courier;
10     }
11   </style>
12 </head>
13 <body>
14
15 <<$ENV{FEXIT} = 'http://fex.belwue.de/download/fexit.exe';'';>>
16
17 <h1><a href="$FEXIT$">fexit</a> for Windows</h1>
18
19 <a href="$FEXIT$">fexit</a> is a <a href="/index.html">F*EX</a>
20 client for sending files of any size to any e-mail address.<br>
21 <a href="$FEXIT$">fexit</a> can also send directories or
22 download files and resume the upload or download after link failures,
23 which your webbrowser cannot do.
24 <p>
25 You can start <a href="$FEXIT$">fexit</a> via Windows explorer or
26 via command console (cmd).<br>
27 You can also drag files or directories to the fexit icon with the Windows
28 explorer.
29 <p>
30 #if $ENV{ID}
31 When you run <a href="$FEXIT$">fexit</a> for the first time you are 
32 asked for the "F*EX server URL". You can enter your personal URL:
33 <p>
34 <code>
35 <<"$ENV{PROTO}://$ENV{HTTP_HOST}/fup/".b64("from=$ENV{USER}&id=$ENV{ID}")>>
36 </code>
37 <p>
38 (use your mouse for copy+paste)
39 <p>
40 <<require "./fexitinstaller";''>>
41 #endif
42 ##<pre><<foreach $v (keys %ENV) { printf "%s=%s\n",$v,$ENV{$v} }>>
43 </body>
44 </html>