Changes between Initial Version and Version 1 of Ticket #3818
- Timestamp:
- 2021-10-20T15:32:58Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3818 – Description
initial v1 21 21 Also overwriting the first byte seems to work, but actually overwrites the entire file (unrelated issue?): 22 22 {{{ 23 curl -X PUT --data b "http://10.0.1.1:26551/uri/$FILE_CAP?offset= 1"23 curl -X PUT --data b "http://10.0.1.1:26551/uri/$FILE_CAP?offset=0" 24 24 }}} 25 25 The file now contains 'b', while I would expect 'ba'.