X-Git-Url: http://git.treefish.org/fex.git/blobdiff_plain/e5c93609849bda051fff54b5d5265af5608c6c69..20160104:/htdocs/tools.html diff --git a/htdocs/tools.html b/htdocs/tools.html index 2f41744..84e377c 100644 --- a/htdocs/tools.html +++ b/htdocs/tools.html @@ -4,29 +4,49 @@

F*EX tools

-<<$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 user config for your account data. +

+#endif + +

UNIX:

- + +
fexsend - UNIX CLI client for sending files (with many + client for sending files (with many additional features)
fexget - UNIX CLI client for receiving files (with many + client for receiving files (with many additional features)
fexget - Windows CLI client for receiving files
sexsend, sexget - UNIX CLI clients for sending and receiving streams
clients for sending and receiving streams
+

+

Windows:

+ + +
fexit + client for sending and receiving files +
+

+

Macintosh:

+ +
fexsend.command + client for sending files and directories

-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.

Hint for UNIX users:

  wget -qO- http://$HTTP_HOST$/xx.tar | tar xvf -
@@ -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"; >> +##
+##
+## <<
+##  #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} }
+##  '';
+## >>
+##