04-04-2018 09:48 PM
I'm working on LVRT application, the temp data is written to the text file and saved to cRIO drive C:, is there any possible way that I can programmatically transfer files to a cloud storage through the front panel, more like upload something. Thank you very much.
Solved! Go to Solution.
04-05-2018 03:38 AM
there may be several ways.
first, you could circumvent the problem and access the crio from the outside via ftp/ssh/webdav.
second, there is at least ftp in labview/rt, a quick search for sftp in *search engine* will find you a library, you will possibly find some for other protocols as well.
also you can use the "system exec.vi" to execute a command/script on the crio (linux).
what i would do is to get for example https://rclone.org binary for the system and call it.
please keep in mind, that you should make sure to secure the network access to the crio. don't put it directly on the internet, have a firewall or something in front of it.
regards