]> git.treefish.org Git - fex.git/blob - htdocs/fexit.html
Original release 20160328
[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><img src="fex.png"><a href="$FEXIT$">fexit</a> for Windows</h1>
18
19 ##<<<sleep(12)>>>
20
21 #if $ENV{ID}
22 <<require "./fexitinstaller">>
23 #endif
24 <p>
25 <a href="$FEXIT$">fexit</a> is a <a href="/index.html">F*EX</a>
26 client for sending files of <b>any</b> size to <b>any</b> e-mail address.<br>
27 <a href="$FEXIT$">fexit</a> can also send directories or
28 download files and resume the upload or download after link failures.<br>
29 Your webbrowser cannot do this.
30 <p>
31 You can start <a href="$FEXIT$">fexit</a> via Windows explorer
32 (double-click fexit icon) or via <a href="#cmd">command console (cmd.exe)</a>.
33 <br>
34 You can also drag files or directories to the fexit icon with the Windows
35 explorer.
36 <p>
37 With <a href="$FEXIT$">fexit</a> you also have access to the
38 <a href="/usecases/xx.html">F*EX internet clipboard</a> to exchange files
39 between your Windows or UNIX accounts.
40 <p>
41 <a href="$FEXIT$"><img src='fexit.png'></a>
42 <p>
43
44 #if $ENV{ID}
45 <p><hr><p>
46 When you run <a href="$FEXIT$">fexit</a> for the first time and you are
47 asked for the "F*EX server URL" you can enter your personal URL:
48 <p>
49 <code>
50 <<"$ENV{PROTO}://$ENV{HTTP_HOST}/fup/".::b64("from=$ENV{USER}&id=$ENV{ID}")>>
51 </code>
52 <p>
53 (use your mouse for copy+paste)
54 #endif
55
56 ##<pre><<foreach $v (keys %ENV) { printf "%s=%s\n",$v,$ENV{$v} }>></pre>
57
58 <p><hr><p>
59 <a name="cmd"><h3>command line usage</h3></a>
60 <pre>
61 upload usage: fexit [-c "comment"] [-a archive] file(s) recipient[,...]
62 example: fexit flupp.avi framstag@rus.uni-stuttgart.de
63 example: fexit -c "lab research" -a data *.png x1@flupp.org,x2@flupp.org
64
65 download usage: fexit FEX-download-URL
66 example: fexit http://fex.rus.uni-stuttgart.de/fop/jHn34yp7/flupp.avi
67
68 additional options:
69   -v                               # HTTP verbose output
70   -u fexserver/user@domain:auth-ID # use this server & user
71   -o                               # overwrite file
72   -d                               # delete file
73   -x [files]                       # F*EX clipboard read/write
74   -s [files]                       # SEX read/write yourself
75   -m kBs                           # max kBs throuput
76   -T up-MBs[:down-MBs]             # test internet speed
77   -X "parameter"                   # additional URI parameter
78   -X?                              # show recipients parameter
79 </pre>
80
81 </body>
82 </html>