X-Git-Url: http://git.treefish.org/fex.git/blobdiff_plain/7fa382617fbaccc0ce522b2b3adbbee9db5ad227..cdeb354c4dbb11b683f9f8c5db2861f3dc572c61:/htdocs/tools.html diff --git a/htdocs/tools.html b/htdocs/tools.html index fd29c2c..af26d0d 100644 --- a/htdocs/tools.html +++ b/htdocs/tools.html @@ -1,40 +1,73 @@ - + F*EX tools

F*EX tools

+<<$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
schwuppdiwupp - Windows GUI client for sending files
schwuppdiwupp - Macintosh GUI client for sending files
clients for sending and receiving streams
+

+

Windows:

+ + +
fexit + client for sending and receiving files

-In opposite to most web browsers all these clients can handle files -greater than 2 GB and are able to resume interrupted up/downloads. +

Macintosh:

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

-Hint for UNIX users: +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 -
-installs fexsend fexget and -xx. +installs fexsend, fexget and +xx.
  wget -qO- http://$HTTP_HOST$/afs.tar | tar xvf -
also installs the client programs for -Stream EXchange -and -anonymous usage. - +Stream EXchange and +<< + 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} }
+##  '';
+## >>
+##