File Access From Workstation Client

0
ScreenShotForCommand used   I am trying to read file date through Workstation Client by registering my local PC, as per file instruction i have created device(file) and sent command to pull data from the local file.   please check screenshot, instead of data i am fetching something that i don't require.
asked
2 answers
0

Hi Santosh , can we connect , I'm also working on workstation, want to know your usecase

answered
0

Hi Boda Santhosh Kumar

 

The Workstation Client is only ECHOING back the path (S#2#...), not returning the file content.This means your command is NOT being executed as a "read file", it is only being acknowledged. your test message should be relative not the absolute path use [2#data.txt]-> this gives D#<your file contents>

 

Note:

Allowed Folder: C:\Users\BKumar59\Documents\WC

Command: 2#data.txt

Actual path: C:\Users\BKumar59\Documents\WC\data.txt

answered