X-Git-Url: http://git.treefish.org/fex.git/blobdiff_plain/e5c93609849bda051fff54b5d5265af5608c6c69..HEAD:/htdocs/tools.html diff --git a/htdocs/tools.html b/htdocs/tools.html index 2f41744..af26d0d 100644 --- a/htdocs/tools.html +++ b/htdocs/tools.html @@ -1,34 +1,54 @@ - + F*EX tools

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: +Hint for UNIX users:

  wget -qO- http://$HTTP_HOST$/xx.tar | tar xvf -
installs fexsend, fexget and xx. @@ -36,10 +56,18 @@ installs fexsend, fexget and also installs the client programs for Stream EXchange and << - my $a = "/usecases/anonymous.html"; + my $a = "/usecases/anonymous.html"; print "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} }
+##  '';
+## >>
+##