so after trying the libDSM which is embedded within the TVVLCKit i have created a simple Objective C file that will allow me to read and write text files to an SMB share on apple TV (and IOS),
I use the VLCMedia and VLCMediaList to get computers share, file tree browsing and actual streaming,
but the only down side i have encountered is that the files i am writing does not allow me to set the chmod or permission or ownership on them,
is it possible? or only the writing user will have permission and the rest is No Permission ?
B.T.W.
i am releasing this class as an open source project:
https://github.com/Obyect/SMBDriver
since the ability to SMB on IOS / Apple TV is very hard to find (beside -
https://github.com/TimOliver/TOSMBClient which doesn't support Apple TV, writing or swift)
Shay.BC.