]> git.treefish.org Git - fex.git/blob - htdocs/tools.html
Original release 20160104
[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 <<$ENV{TA} = 'http://fex.belwue.de';'';>>
8
9 #if $ENV{AKEY}
10 To use one of the following F*EX clients you must configure them.
11 See <a href="/foc">user config</a> for your account data.
12 <p>
13 #endif
14
15 <h3>UNIX:</h3>
16 <table border=1>
17 <tr><td><a href="/download/fexsend">fexsend</a>
18     <td>client for sending files (with many 
19         <a href="$TA$/fstools/fexsend.html">
20         additional features</a>)</tr>
21 <tr><td><a href="/download/fexget">fexget</a>
22     <td>client for receiving files (with many 
23         <a href="$TA$/fstools/fexget.html">
24         additional features</a>)</tr>
25 <tr><td><a href="/download/sex.tar">sexsend, sexget</a>
26     <td>clients for sending and receiving streams</tr>
27 </table>
28 <p>
29 <h3>Windows:</h3>
30 <table border=1>
31 <!--
32 <tr><td><a href="$TA$/download/schwuppdiwupp.exe">schwuppdiwupp</a>
33     <td>GUI client for sending files</tr>
34 <tr><td><a href="$TA$/download/fexget.exe">fexget</a>
35     <td>client for receiving files
36 -->
37 <tr><td><a href="/fexit.html">fexit</a>
38     <td>client for sending and receiving files
39 </table>
40 <p>
41 <h3>Macintosh:</h3>
42 <table border=1>
43 <tr><td><a href="/macfexsend.html">fexsend.command</a>
44     <td>client for sending files and directories</tr>
45 </table>
46 <p>
47 In opposite to many web browsers all these clients can handle files
48 or directories greater than 2 GB and are able to resume interrupted
49 up/downloads.
50 <p>
51 Hint for UNIX users: 
52 <pre>  wget -qO- http://$HTTP_HOST$/xx.tar | tar xvf -</pre>
53 installs fexsend, fexget and
54 <a href="http://fex.rus.uni-stuttgart.de/usecases/xx.html">xx</a>.
55 <pre>  wget -qO- http://$HTTP_HOST$/afs.tar | tar xvf -</pre>
56 also installs the client programs for
57 <a href="$TA$/SEX.html">Stream EXchange</a> and
58 <<
59   my $a = "/usecases/anonymous.html"; 
60   print "<a href=\"";
61   print "http://fex.rus.uni-stuttgart.de" unless -s "$docdir$a";
62   print "$a\">anonymous usage</a>";
63 >>
64 ## <hr>
65 ## <pre>
66 ## <<
67 ##  #while (($v,$vv) = each %ENV) { printf "%s = %s\n",$v,$vv if $vv !~ /\n/ }
68 ##  #foreach $v (qw'AKEY USER ID') { printf "$v = %s\n",$ENV{$v} }
69 ##  '';
70 ## >>
71 ## </pre>
72 </BODY>
73 </HTML>