I would like to use a URCap (with Python demon) to read (and write) filees over the network from within UR Script (with xmlrpc).
At the moment I am playing around with the simulator in a virtual machine (URSim_VIRTUAL_5.3.1.64192)
My questions:
- In which environment/machine will the demon run? Is it the same as the virtual machine or does it run on another machine?
- Will I have all the commands available, that I also would have available in the virtual machines (using Python 2)?
- I would prefer Python 3. Will this be possible? When?
- In order to read a file from a file server I would use the command “smbclient” (to copy the file to a local directory). Would it also be possible to change the smb.conf file to access the file server directly?