10-13-2025 03:47 AM
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?
10-13-2025 10:13 PM
Which RT target you are having? PXI Pharlap? PXI Linux RT? cRIO Linux RT?
10-14-2025 11:05 PM
PXI RT Linux
Thanks for your help
10-15-2025 09:04 PM
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.