Thanks. But my goal is to get files from PLC to PC, and use PC as initiator of this data transfer. In my application I would like to use python script to do all the work, like get files and then work with them. Firstly I was thinking about ftp, because in CXA_SocketComm documentation is mentioned this: It should mean that there is running server. Also when I tried to connect to it with FileZilla client it says "Connection refused by server", so if I am not mistaken, than there is some server running, no? But I didn't find any way, how to connect to it and use it. So shouldn't it be possible to initiate file transfer from some PC client or server? The other way is to use WebDAV. I setup connection between CtrlX CORE and Windows PC via Map network drive as mentioned in the topic mentioned below. Then I am able to work with files directly. https://developer.community.boschrexroth.com/t5/ctrlX-PLC/Accessing-Logfile-on-ctrlX-with-tail-program/m-p/53116 I don't have much experience with WebDAV yet. Is that connection stable? Is that good way to get files from PLC, or is there better way? Thanks.
... View more