Store a file on the SD card of a SIMATIC PLC with IP address 192.168.0.1:
# copy file 'recipes/recipe_1.csv' to the root fodirectorylder on the SD card
sld load-file --input recipes/recipe_1.csv --target 192.168.0.1
# copy file 'C:/central_recipes/recipe_42.csv' to the directory 'recipes' on the SD card
sld load-file --input C:/central_recipes/recipe_42.csv --destination recipes --target 192.168.0.1
sld load-file --help