How to copy files to/from a Solace broker

@uli A great article. One point to add is that you have to create a “file transfer” user account. For instance, to do:
scp -P 2222 somefile.cli filetransfer@ip_of_docker:cliscripts/
You’ll need to have an account with name “filetransfer” created with file transfer permissions. See Configuring File Transfer User Accounts for more details.