Fast Data Transfer 0.9.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Fast Data Transfer 0.9.1 (Default branch)
# 1  
Old 04-23-2008
Fast Data Transfer 0.9.1 (Default branch)

ImageFDT is an application for efficient data transfersthat is capable of reading and writing at diskspeed over wide area networks (with standard TCP).It can be used to stream a large set of filesacross the network, so a large dataset composedof thousands of files can be sent or received atfull speed, without the network transferrestarting between files. It is written in Java,runs an all major platforms, and is easy to use.License: Other/Proprietary LicenseChanges:
A parameter to specify the SSH key to be used wasadded. Keep-alive messages were added on thecontrol channel to prevent certain VPNs fromclosing an apparently idle connection.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Ubuntu

fast data access mmu miss

hello, before i have install solaris 9, is good. I would like to install Ubuntu 10.04 on a Sun Blade 150 blade. I create cdrom iso burning with a 10x was open I made a boot ok: boot cdrom I get the following error: fast data access mmu miss i do probe-ide all reset-all always ... (2 Replies)
Discussion started by: philo_71
2 Replies
Login or Register to Ask a Question
CURLOPT_TRANSFER_ENCODING(3)				     curl_easy_setopt options				      CURLOPT_TRANSFER_ENCODING(3)

NAME
CURLOPT_TRANSFER_ENCODING - ask for HTTP Transfer Encoding SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TRANSFER_ENCODING, long enable); DESCRIPTION
Pass a long set to 1 to enable or 0 to disable. Adds a request for compressed Transfer Encoding in the outgoing HTTP request. If the server supports this and so desires, it can respond with the HTTP response sent using a compressed Transfer-Encoding that will be automatically uncompressed by libcurl on reception. Transfer-Encoding differs slightly from the Content-Encoding you ask for with CURLOPT_ACCEPT_ENCODING(3) in that a Transfer-Encoding is strictly meant to be for the transfer and thus MUST be decoded before the data arrives in the client. Traditionally, Transfer-Encoding has been much less used and supported by both HTTP clients and HTTP servers. DEFAULT
0 PROTOCOLS
HTTP EXAMPLE
TODO AVAILABILITY
Added in 7.21.6 RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. SEE ALSO
CURLOPT_ACCEPT_ENCODING(3), CURLOPT_HTTP_TRANSFER_DECODING(3), libcurl 7.54.0 May 02, 2016 CURLOPT_TRANSFER_ENCODING(3)