fast-data-transfer / fdt

FDT is an Application for Efficient Data Transfers which is capable of reading and writing at disk speed over wide area networks (with standard TCP). It is written in Java, runs an all major platforms and it is easy to use. FDT is based on an asynchronous, flexible multithreaded system and is using the capabilities of the Java NIO libraries.
https://fast-data-transfer.github.io/
Apache License 2.0
201 stars 45 forks source link

Issue #30 with bugfixes #40

Closed grandmasterlinux closed 4 years ago

grandmasterlinux commented 5 years ago

I found the patch in issue #30 I created a pull request with the original authors changes, but I found some problematic changes so I deleted the pull request.

I have put together what I believe is the best of the patch into my repo. I also fixed a build warning relating to a dependancy library as well as a bugfix related to log file writing. I am currently testing this on AIX 7.1, RHEL7, Windows Server, and even with a small modification to the location of bash on an IBM mainframe. Thank you again for sharing this software.

grandmasterlinux commented 5 years ago

I have added a commandline option "-shell" which you can specify a different location for bash rather than /bin/bash. Initial testing looks good.

inathanas commented 5 years ago

Good job! :)