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 extract binary content #109

Open
fsforna opened this issue Feb 14, 2024 · 0 comments
Open

How to extract binary content #109

fsforna opened this issue Feb 14, 2024 · 0 comments

Comments

@fsforna
Copy link

fsforna commented Feb 14, 2024

Dear All,
we've downloaded and configured last release of ecs-sync and it works as expected. Therefore we aren't able to extract also the binary content from a clip-id.

This is our shell command:

java -jar ecs-sync.jar --source cas:hpp://HOST:PORT?FILE.pea --target file:///tmp/test --source-list-file clip.csv --timings-enabled

but in the target directory the sync writes only the clip xml descriptor file 1.3Kb, but the binary content (11Kb size) seems to be missing.

Could you help us?

2024-02-14 10:55:00 INFO [main ] TimingUtil: Start timings dump (2025ms since last dump)
######################################################################
2024-02-14 10:55:00 INFO [main ] TimingUtil: CasOpenClip
Completed: 1 Failed: 0 Min/Max/Avg Time: 5/ 5/ 5ms
2024-02-14 10:55:00 INFO [main ] TimingUtil: CasStorage::CasGetClipSize
Completed: 2 Failed: 0 Min/Max/Avg Time: 326/ 334/ 330ms
2024-02-14 10:55:00 INFO [main ] TimingUtil: FilesystemStorage::FilesystemWriteObjectData
Completed: 1 Failed: 0 Min/Max/Avg Time: 2/ 2/ 2ms
2024-02-14 10:55:00 INFO [main ] TimingUtil: End timings dump
######################################################################
Transferred 11,668 bytes in 2 seconds (5,834 bytes/s) - skipped 0 bytes
Successful files: 1 (0.5/s) Skipped files: 0 Failed Files: 0

Regards,
Francesco.

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