]> git.treefish.org Git - fex.git/blob - htdocs/fexit.html
Original release 20160919
[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="http://fex.rus.uni-stuttgart.de/usecases/xx.html">
39 F*EX internet clipboard</a>
40 to exchange files between your Windows or UNIX accounts.
41 <p>
42 <a href="$FEXIT$"><img src='fexit.png'></a>
43 <p>
44
45 #if $ENV{ID}
46 <p><hr><p>
47 When you run <a href="$FEXIT$">fexit</a> for the first time and you are
48 asked for the "F*EX server URL" you can enter your personal URL:
49 <p>
50 <code>
51 <<"$ENV{PROTO}://$ENV{HTTP_HOST}/fup/".::b64("from=$ENV{USER}&id=$ENV{ID}")>>
52 </code>
53 <p>
54 (use your mouse for copy+paste)
55 #endif
56
57 ##<pre><<foreach $v (keys %ENV) { printf "%s=%s\n",$v,$ENV{$v} }>></pre>
58
59 <p><hr><p>
60 <a name="cmd"><h3>command line usage</h3></a>
61 <pre>
62 upload usage: fexit [-c "comment"] [-a archive] file(s) recipient[,...]
63 example: fexit flupp.avi framstag@rus.uni-stuttgart.de
64 example: fexit -c "lab research" -a data *.png x1@flupp.org,x2@flupp.org
65
66 download usage: fexit FEX-download-URL
67 example: fexit http://fex.rus.uni-stuttgart.de/fop/jHn34yp7/flupp.avi
68
69 additional options:
70   -v                               # HTTP verbose output
71   -u fexserver/user@domain:auth-ID # use this server & user
72   -o                               # overwrite file
73   -d                               # delete file
74   -x [files]                       # F*EX clipboard read/write
75   -s [files]                       # SEX read/write yourself
76   -m kBs                           # max kBs throuput
77   -T up-MBs[:down-MBs]             # test internet speed
78   -X "parameter"                   # additional URI parameter
79   -X?                              # show recipients parameter
80 </pre>
81
82 </body>
83 </html>