01-25-2010 09:40 AM
Hi i am trying to access the server in the university and I was told by technology support center that i had to access the server using an SSH protocol. Is there a way to do this in Labview?
Thank you
Guillermo
01-25-2010 10:28 AM
I have done this in the past by using a command line version of putty called plink.exe
http://www.chiark.greenend.org.uk/~sgtatham/putty/
call plink.exe with the systemexec.vi using the command line parameters of any ssh commands
01-26-2010 12:09 PM
04-02-2013 03:50 AM
Hi James_R
currently i am using plink to talk to a model, i can access the model successful by using System Exec in labview with command: C:\putty\plink.exe username@ -ssh -pw. but when i try to send some commands to the model with "-m file name", it prompt an alarm: Remote exit code unavailable, have you met this issue before? thanks.