Solution
To transfer files from one CompactRIO to another CompactRIO or to another host computer, you must specify a WebDAV server and a client, respectively.
From a cRIO to another cRIO
Install the WebDAV Server software on CompactRIO acting as a WebDAV server and install the WebDAV Client with SSL Support software on the CompactRIO acting as a WebDAV client.
Then, you can perform a file transfer test using the example provided in the following snippet.
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
From a cRIO to another PC programmatically
In case you want to transfer files from a CompactRIO to a PC using WebDAV, you will first have to turn the PC into a WebDAV server, and create a network shared folder to where the files can be sent from the RT. If you are using a Windows machine, you can use Microsoft's Internet Information Services (IIS) to accomplish this purpose. There are various examples and tutorials online on how to create a WebDAV server on your PC.