Difference between revisions of "Downloading Files via Java SDK in response to Instructions"

From Datonis
Jump to: navigation, search
(Created page with "== Introduction == This document describes the file download mechanism on the edge via the Java SDK. This download can be triggered from the platform by means of an instructio...")
 
m
Line 6: Line 6:
  
 
Apart from the Standard configuration mentioned in the steps, you will need to do following changes in addition to those:
 
Apart from the Standard configuration mentioned in the steps, you will need to do following changes in addition to those:
 +
"protocol": "mqtts",
 +
"ssh_host": "fs1.datonis.io",
 +
"ssh_username": "< your ssh username >",
 +
"ssh_known_hosts_path": "< path to known hosts file>",
 +
"ssh_private_key_path": "< path to private key file>"

Revision as of 19:35, 25 September 2017

Introduction

This document describes the file download mechanism on the edge via the Java SDK. This download can be triggered from the platform by means of an instruction. More details on how to achieve this are provided below

Download latest Java SDK

Firstly, download the latest Java SDK and make it ready for your use.

Apart from the Standard configuration mentioned in the steps, you will need to do following changes in addition to those:

"protocol": "mqtts",
"ssh_host": "fs1.datonis.io",
"ssh_username": "< your ssh username >",
"ssh_known_hosts_path": "< path to known hosts file>",
"ssh_private_key_path": "< path to private key file>"