07-02-2023 11:02 PM - edited 07-02-2023 11:16 PM
Hello, I got Error 7 occurred at Open Session VI of WebDAV Client, if I call the function on RT target.
In this situation, I installed Linux RT System Image 21.0 to RT target with all necessary softwares selected and installed such as HTTP Client support, etc. (LV 2019 and CompactRIO 21.0)
For the Linux RT System Image, I cannof find a software option for WebDAV Client Support.
However, for Legacy Install of NI CompactRIO 19.6, I can find WebDAV Client Support and explicitly install it. Then, error 7 has gone.
Why WebDAV Client Support is missing for Linx RT System Image 21.0 and cannot explicitly install it from software selection?
Is it possible to work around error 7 with the Linux RT System Image 21.0 by somehow additionally installing WebDAV client?
07-03-2023 08:03 AM
WebDAV has been replaced by SFTP in Linux RT System Image. SFTP is a file transfer protocol via SSH and SSH is enabled by default on the Linux RT System Image.
You can use FileZilla as the SFTP client. Tools Available for File Transfer/Access on NI Linux Real-Time Targets
If you want to do it programmatically, see LabVIEW Tools for SSH and SFTP
07-03-2023 11:02 AM
Thanks for reply.
@ZYOng さんは書きました:
WebDAV has been replaced by SFTP in Linux RT System Image.
Is there a any official comments on this? WebDAV Server Support still comes with Linux RT System Image. Why is only Client Support replaced?
07-03-2023 11:51 AM
Sorry that I misunderstood your question. I didn't realize that you were asking about the WebDAV Client Support on the Linux RT target. I have only used the cRIO as a file transfer server so I don't have the answer to your question.
You can either:
1. Continue using the Legacy CDF installation so that you can install WebDAV Client support.
2. Use SSH and SFTP Client on Linux RT targets from LabVIEW
07-03-2023 07:34 PM
@ZYOng さんは書きました:
WebDAV has been replaced by SFTP in Linux RT System Image.
Can I find NI's official comments about replacement of WebDAV with SFTP, regardless if it is Server or Client?