Changes between Initial Version and Version 1 of Ticket #3818


Ignore:
Timestamp:
2021-10-20T15:32:58Z (3 years ago)
Author:
derkades
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3818 – Description

    initial v1  
    2121Also overwriting the first byte seems to work, but actually overwrites the entire file (unrelated issue?):
    2222{{{
    23 curl -X PUT --data b "http://10.0.1.1:26551/uri/$FILE_CAP?offset=1"
     23curl -X PUT --data b "http://10.0.1.1:26551/uri/$FILE_CAP?offset=0"
    2424}}}
    2525The file now contains 'b', while I would expect 'ba'.