LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO FTP copy files using wild cards

cRIO 9073

 

I am trying to copy files from the cRIO using wild card terms. I have many files on my RIO that have start with "temp" followed by a date stamp. Something like temp20090509105003.txt. I have many (several 100 of these) and I want to copy them to a PC in one swoop. Something copy c:\temp*.txt C:\results\temp*.txt.

 

How can I do this?

 

Jan.

0 Kudos
Message 1 of 3
(2,615 Views)

Hi Jan,

maybe "mget" makes what you need. If not, then you can get a list of all available files and sort out the files you need.

 

Mike

0 Kudos
Message 2 of 3
(2,589 Views)

Good Afternoon Jan,

 

If you want to do this in LabVIEW, you may want to look at these threads:

 

open file using wild cards

     http://forums.ni.com/ni/board/message?board.id=170&message.id=361545&requireLogin=False

 

How to list files and folders using pattern

     http://forums.ni.com/ni/board/message?board.id=170&message.id=201433#M201433

 

 

You can right-click the cRIO in Measurement & Automation Explorer and select File Transfer.

 

Also keep in mind that the cRIO is its own FTP server, which means that you can copy files to and from the cRIO with the FTP Client of your choice.

0 Kudos
Message 3 of 3
(2,577 Views)