Copy sample files

This chapter describes how to copy the complete folder with the sample configuration from a local Windows computer to an industrial PC with Linux® using PowerShell. The Secure Copy Protocol scp is used to copy the files.

scp -r C:\<source-path>\<source-folder> Administrator@<Linux-IP>:/home/Administrator/

The command ensures that all files and subdirectories in the specified folder are also copied. The home directory is specified as the target location on the Linux® system.