Hi, Currently i'm Running this Code to Get my Gcode up to Octoprint: curl -k -H "X-Api-Key: xxxxx" -F "select=false" -F "print=false" -F "file=@[output_filepath]" "http://xxx.xxx.xxx.xx/api/files/local" Now i want to add a Prefix behind the Filename ...