EMCECS / ecs-sync

ecs-sync is a bulk copy utility that can move data between various systems in parallel
Apache License 2.0
60 stars 22 forks source link

How to extract binary content #109

Open fsforna opened 5 months ago

fsforna commented 5 months ago

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.