Fast Data Transfer is an application for efficient data transfers that is capable of reading and writing at disk speed over wide area networks (with standard TCP).
It can be used to stream a large set of files across the network, so a large dataset composed of thousands of files can be sent or received at full speed, without the network transfer restarting between files.
The project is written in Java, runs an all major platforms, and is easy to use.
· Streams a dataset (list of files) continuously, using a managed pool of buffers through one or more TCP sockets.
· Uses independent threads to read and write on each physical device
· Transfers data in parallel on multiple TCP streams, when necessary
· Uses appropriate-sized buffers for disk I/O and for the network
· Restores the files from buffers asynchronously
· Resumes a file transfer session without loss, when needed
· Ограничения Fast Data Transfer 0.6.4
Ограничения не определены
· Специальные требования Fast Data Transfer 0.6.4
· Sun Java Platform, Standard Edition (Java 5 branch)
· Sun Java Platform, Standard Edition (Java 6 branch) (recommended)
· История версий и изменений Fast Data Transfer
Версия: 0.6.4
· A problem with pre/post processor filters when the server is started with "-S" option was fixed
· Описание и дополнения от редакторов и пользователей сайта