I am trying to get .bin files from PLC to PC. Currently I can do so with usage of FB IL_FTPPutFileAsync (from CXA_SocketComm library). Which means initiate data transfer from PLC (client) to PC (server).
But my question is, is it possible to initiate data transfer from PC (specifically with Python)? Should it be possible with FTP or with WebDAV e.g.?
I have read a lot of similar topics so sorry for asking question again, but I haven't found clear answer for initiating that kind of data transfer from PC.
Thanks a lot for your support.
Best reply by AndreasSwe
Do get a file from a core to a PC, you can just use the REST interface like this: