Conditional moveto overwrite like If-Match?

Is there a way to achieve the kind of pattern HTTP ETag and If-Match is often used for? That is:

  1. Download a file from some path
  2. Do some work, modifying the file
  3. Upload to the same path, but overwrite only if the checksum matches the original download in step 1.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.