Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use the md5 option in FDT? #33

Open
patder opened this issue Nov 15, 2018 · 0 comments
Open

How to use the md5 option in FDT? #33

patder opened this issue Nov 15, 2018 · 0 comments

Comments

@patder
Copy link

patder commented Nov 15, 2018

Hi, I have an issue concerning the mechanics of the -md5 option.
What I want to do is transfer the content of a directory with the recursive mode -r. To ensure the integrity of the files I want to use the -md5 option.
The problem is that I can't figure out yet how to make it work. If I set the option on client-side, the only difference I noticed is the additional console-output of a list like this (something mapped to the UUIDs):

INFORMATION lia.util.net.copy.transport.ControlChannel sendMsgImpl [ ControlChannel ] sending message tag ( 10 ): END_SESSION msg: {3069d1ce-73a0-494a-b16c-523a7ab34bfc=[B@30248537, ...}

On the server-side I don't see any difference and I cant't find a way to validate or access the md5 checksums (if they were transferred on some way).

Console call of client-side:
java -jar fdt.jar -md5 -r -c myServer -p myPort /data/source_dir/ -d /data/dest_dir

@patder patder changed the title How to use the md5 optin in FDT? How to use the md5 option in FDT? Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant