Table of Contents

Property RemoteFilePath

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript.Components
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

RemoteFilePath

Relative: path must start with either / or ./ or ../ "/Documents/MyElement/MyDocument.txt" will download the file hosted on URL http(s)://yourdma/Documents/MyElement/MyDocument.txt, which is the file located in C:\Skyline DataMiner\Documents\MyElement\MyDocument.txt". Absolute: link to a file that is public accessible on the web. "https://dataminer.services/install/DataMinerCube.exe" will download the latest Cube from DataMiner Services.

public string RemoteFilePath { get; set; }

Property Value

string