From fe7baa22a4ca7bfeb1073559c0e6e8dc70caf95d Mon Sep 17 00:00:00 2001 From: gorgone Date: Sat, 29 Feb 2020 13:02:53 +0100 Subject: [PATCH] add cam upload example --- support/profiles/upload.example.ssh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 support/profiles/upload.example.ssh diff --git a/support/profiles/upload.example.ssh b/support/profiles/upload.example.ssh new file mode 100644 index 0000000..bef1303 --- /dev/null +++ b/support/profiles/upload.example.ssh @@ -0,0 +1,9 @@ +loginname="root" +password="password" +ip="192.168.1.10" +port="22" +toolchain="dream_one" +targetcam="/tmp/oscamtest" +replace_target="y" +stop_target="n" +remote_command="ls /tmp"