...
Code Block |
---|
rsync -azv data.analytics.hathitrust.org::features-2018.01/listing/htrc-ef-all-filesfile_listing.txt |
In order to rsync a file or set of files, you must know their directory path on HTRC’s servers. It is possible to sync any single Extracted Features file in the following manner:
...
Code Block |
---|
rsync -azv data.analytics.hathitrust.org::features-2015.02/listing/htrc-ef-all-filesfile_listing.txt |
Users hoping for a more flexible file listing can use rsync's --list-only flag.
...