VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Stimulus profile FTP upload just doesn't work

I need to upload a configuration file, as part of a stimulus profile, for a model on a RT Linux target. I am using the provided FTP steps and they do seem to work.

I have tried all of the options - SSL and Passive connections, without any luck. Originally I thought I was send the file to an incorrect folder, but now I am sending a text file to the default location and that file just does not appear on the target when I search for it.

Firewalls have been disabled and I am able to send file via winscp and sftp no problem.

I am stumped. What am I missing?

0 Kudos
Message 1 of 4
(126 Views)

Which RT target you are having? PXI Pharlap? PXI Linux RT? cRIO Linux RT?

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 2 of 4
(96 Views)

PXI RT Linux

 

Thanks for your help

0 Kudos
Message 3 of 4
(87 Views)

PXI Linux RT only supports NI RT Feed, which does not include FTP server. Reference: Using FTP With an NI Linux Real-Time Target

 

WebDAV is the file transfer protocol used by VeriStand to deploy the system definition file. Besides, SFTP is the recommended transfer protocol.

Stimulus Profile has been replaced by ASAM XIL API and Python API. I would recommend using paramiko python api to do SFTP file transfer instead, which can be combined with ni-veristand-python api for real-time sequence deployment.

 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 4 of 4
(79 Views)