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
198 stars 45 forks source link

include network ports used by software #65

Open jdkruzr opened 2 years ago

jdkruzr commented 2 years ago

I think port 54321 is the control channel port? Users may need to forward data channel ports through a firewall, though, and which ports used aren't documented anywhere. Putting this in this section as I'm not sure where else it fits in the documentation.