]> git.treefish.org Git - fex.git/blobdiff - htdocs/tools.html
Original release 20160104
[fex.git] / htdocs / tools.html
index 2f417443d8bc38921f1d4344754a81f1b3de76db..84e377c178550a2899b03aaa7c19bb3619bd1d40 100644 (file)
@@ -4,29 +4,49 @@
 <center></center>
 <h1> <a href="/">F*EX</a> tools</h1>
 
-<<$ENV{TA}='http://fex.belwue.de';''>>
+<<$ENV{TA} = 'http://fex.belwue.de';'';>>
 
+#if $ENV{AKEY}
+To use one of the following F*EX clients you must configure them.
+See <a href="/foc">user config</a> for your account data.
+<p>
+#endif
+
+<h3>UNIX:</h3>
 <table border=1>
 <tr><td><a href="/download/fexsend">fexsend</a>
-    <td>UNIX CLI client for sending files (with many 
+    <td>client for sending files (with many 
         <a href="$TA$/fstools/fexsend.html">
         additional features</a>)</tr>
 <tr><td><a href="/download/fexget">fexget</a>
-    <td>UNIX CLI client for receiving files (with many 
+    <td>client for receiving files (with many 
         <a href="$TA$/fstools/fexget.html">
         additional features</a>)</tr>
-<tr><td><a href="$TA$/download/fexget.exe">fexget</a>
-    <td>Windows CLI client for receiving files
 <tr><td><a href="/download/sex.tar">sexsend, sexget</a>
-    <td>UNIX CLI clients for sending and receiving streams</tr>
+    <td>clients for sending and receiving streams</tr>
+</table>
+<p>
+<h3>Windows:</h3>
+<table border=1>
+<!--
 <tr><td><a href="$TA$/download/schwuppdiwupp.exe">schwuppdiwupp</a>
-    <td>Windows GUI client for sending files</tr>
-<tr><td><a href="$TA$/download/macschwupp.tar">schwuppdiwupp</a>
-    <td>Macintosh GUI client for sending files</tr>
+    <td>GUI client for sending files</tr>
+<tr><td><a href="$TA$/download/fexget.exe">fexget</a>
+    <td>client for receiving files
+-->
+<tr><td><a href="/fexit.html">fexit</a>
+    <td>client for sending and receiving files
+</table>
+<p>
+<h3>Macintosh:</h3>
+<table border=1>
+<tr><td><a href="/macfexsend.html">fexsend.command</a>
+    <td>client for sending files and directories</tr>
 </table>
 <p>
-In opposite to most web browsers all these clients can handle files
-greater than 2 GB and are able to resume interrupted up/downloads.
+In opposite to many web browsers all these clients can handle files
+or directories greater than 2 GB and are able to resume interrupted
+up/downloads.
 <p>
 Hint for UNIX users: 
 <pre>  wget -qO- http://$HTTP_HOST$/xx.tar | tar xvf -</pre>
@@ -41,5 +61,13 @@ also installs the client programs for
   print "http://fex.rus.uni-stuttgart.de" unless -s "$docdir$a";
   print "$a\">anonymous usage</a>";
 >>
+## <hr>
+## <pre>
+## <<
+##  #while (($v,$vv) = each %ENV) { printf "%s = %s\n",$v,$vv if $vv !~ /\n/ }
+##  #foreach $v (qw'AKEY USER ID') { printf "$v = %s\n",$ENV{$v} }
+##  '';
+## >>
+## </pre>
 </BODY>
 </HTML>