2 <HEAD><TITLE>F*EX tools</TITLE></HEAD>
5 <h1> <a href="/">F*EX</a> tools</h1>
7 <<$ENV{TA} = 'http://fex.belwue.de';'';>>
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.
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>
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
37 <tr><td><a href="/fexit.html">fexit</a>
38 <td>client for sending and receiving files
43 <tr><td><a href="/macfexsend.html">fexsend.command</a>
44 <td>client for sending files and directories</tr>
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
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
59 my $a = "/usecases/anonymous.html";
61 print "http://fex.rus.uni-stuttgart.de" unless -s "$docdir$a";
62 print "$a\">anonymous usage</a>";
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} }