LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Use TFTP LabVIEW?

Hi All,
 
I want to open TFTP functions from LabVIEW.
Is there any in built  functions in LabVIEW for that?
How can I transfer a file using TFTP from LabVIEW?
Please suggest.
Can usend some examples.
 
SajK
 
Message 1 of 2
(4,680 Views)
You can build up your dos command string and then use system exec.vi.
 
I used an ip address for the host. If preferred path controls could be replaced by string controls.
 
This should get you started. The VI is 8.0 and I tested the put and get commands.
 
David
0 Kudos
Message 2 of 2
(4,669 Views)