LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a vi that enables me to communicate to a LINUX- PC via SSH?

I want to program a communication to a PC that runs under LINUX.
Up to now i communicate to him via SSH Tera Term.
I want to read some Textfiles.
Is it possible to do this under LV 6.1???
Have someone an Example VI or a guideline how to do this??
Many thanks, Rüdiger
0 Kudos
Message 1 of 3
(3,071 Views)
Hi Rüdiger,

This KnowledgeBase entry should give you a helpful start in using the System Exec.vi in LabVIEW to send command line arguments to a 3rd party program (in this case, the KnowledgeBase entry uses 'Putty' as an example) to perform SSH communication.

Good luck,
-D
Message 2 of 3
(3,071 Views)
Hi,

If you install Cygwin or openssh (both free), you'll get all linux/unix
command line tools as windows executables.

Regards,

Wiebe.

"Darren" wrote in message
news:5065000000050000008E730100-1079395200000@exchange.ni.com...
Hi Rüdiger,

This
href="http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/c496
02a79827ddbe86256ce90057...
should give you a helpful start in using the System Exec.vi
in LabVIEW to send command line arguments to a 3rd party program (in
this case, the KnowledgeBase entry uses 'Putty' as an example) to
perform SSH communication.

Good luck,
-D
0 Kudos
Message 3 of 3
(3,071 Views)