ArchiveTeam / seesaw-kit

Making a reusable toolkit for writing seesaw scripts
Other
69 stars 30 forks source link

RsyncUpload: Don't naively join rsync destination with filenames #60

Closed chfoo closed 10 years ago

chfoo commented 10 years ago

If the files are example.gz and the tracker provides /a/b, don't create file /a/b but instead always treat rsync destination as /a/b/ and create /a/b/example.gz.

Edit: Or possibly reject the destination.