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

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