X-Git-Url: http://git.treefish.org/fex.git/blobdiff_plain/e5c93609849bda051fff54b5d5265af5608c6c69..20160328:/htdocs/tools.html?ds=inline 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 @@ - +
+#endif + +
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 + |
+
fexit + | client for sending and receiving files + |
+
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} } +## ''; +## >> +##