Upload a file from the SD card of a SIMATIC PLC with IP address 192.168.0.1 and store it in the local drive:
# copy file 'recipes/recipe_1.csv' from the SD card to the current directory
sld upload-file --target 192.168.0.1 --input recipes/recipe_1.csv
# copy file 'recipes/recipe_42.csv' from the SD card to the 'C:/central_recipes/recipe_42.csv'
sld upload-file --target 192.168.0.1 --input recipes/recipe_42.csv --output C:/central_recipes
sld upload-file --help