]> git.treefish.org Git - fex.git/blob - htdocs/tools.html
Original release 20150120
[fex.git] / htdocs / tools.html
1 <HTML> 
2 <HEAD><TITLE>F*EX tools</TITLE></HEAD>
3 <BODY>
4 <center></center>
5 <h1> <a href="/">F*EX</a> tools</h1>
6
7 <table border=1>
8 <tr><td><a href="/download/fexsend">fexsend</a>
9     <td>UNIX CLI client for sending files (with many 
10         <a href="http://fex.rus.uni-stuttgart.de/fstools/fexsend.html">
11         additional features</a>)</tr>
12 <tr><td><a href="/download/fexget">fexget</a>
13     <td>UNIX CLI client for receiving files (with many 
14         <a href="http://fex.rus.uni-stuttgart.de/fstools/fexget.html">
15         additional features</a>)</tr>
16 <tr><td><a href="http://fex.rus.uni-stuttgart.de/download/fexget.exe">fexget</a>
17     <td>Windows CLI client for receiving files
18 <tr><td><a href="/download/sex.tar">sexsend, sexget</a>
19     <td>UNIX CLI clients for sending and receiving streams</tr>
20 <tr><td><a href="http://fex.rus.uni-stuttgart.de/download/schwuppdiwupp.exe">schwuppdiwupp</a>
21     <td>Windows GUI client for sending files</tr>
22 <tr><td><a href="http://fex.rus.uni-stuttgart.de/download/macschwupp.tar">schwuppdiwupp</a>
23     <td>Macintosh GUI client for sending files</tr>
24 </table>
25 <p>
26 In opposite to most web browsers all these clients can handle files
27 greater than 2 GB and are able to resume interrupted up/downloads.
28 <p>
29 Hint for UNIX users: 
30 <pre>  wget -qO- http://$HTTP_HOST$/xx.tar | tar xvf -</pre>
31 installs fexsend fexget and
32 <a href="http://fex.rus.uni-stuttgart.de/usecases/anonymous.html">xx</a>.
33 <pre>  wget -qO- http://$HTTP_HOST$/afs.tar | tar xvf -</pre>
34 also installs the client programs for
35 <a href="/SEX.html">Stream EXchange</a>
36 and
37 <a href="http://fex.rus.uni-stuttgart.de/usecases/anonymous.html">anonymous usage</a>.
38
39 </BODY>
40 </HTML>