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

fdt does not preserve mtime #39

Open vphan13 opened 5 years ago

vphan13 commented 5 years ago

I have fdt running in server/client mode Server is running CentOS 7.6 Client is running CentOS 6.5

version fdt-0.26.1 on both hosts

fdt server (archive1) is started using the following parameters

/usr/bin/java -jar -Xmx1g /usr/local/packages/fdt-0.26.1/fdt.jar -md5 -bio -P 30 -f

Client copies files using the following command

fdt -P 30 -bio -md5 -r -c archive1 -d &

The files are copied over, however they all have the current date as the timestamp