Example usage - Manual - Software Loader - The AX SIMATIC SW-Loader. - Software Loader (sld),tool

Software Loader CLI Tool (sld)

Portfolio
SIMATIC AX
Product
Software Loader
Software version
3.2.2
Edition
04/2025
Language
English (original)
Package Name
@ax/sld

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