Thanks for the response, i have looked through the item update documentation but i dont understand how to update 1 item. Could you help me out with 1 example? In my use case i am registering files instead of importing them, but that should not make a difference.
What already works for me:
[dspace]/bin/dspace import -a -e my_user@user.com -c my_collectionID -s [dspace]/myfolder/SAF1 -m my_mapfile
Whats not working:
Now i want to update item A by adding 1 test file (e.g. a text file which is located at [dspace]/myfolder/textfile).
How would i update the item?