10-23-2006 04:01 PM
10-24-2006 09:05 AM - edited 10-24-2006 09:05 AM
(You didn't mention what OS the client is on, so I took a stab at it.)
Message Edited by smercurio_fc on 10-24-2006 09:08 AM
10-24-2006 09:16 AM
Thanks for answering, that's unfortunate that NI isn't considering adding it in the future. A client won't really work for my application as my program needs to be stand alone and have no input from the user. I am going to be grabbing a file of the Linux box, pulling into LV on an XP machine and then shipping it back when I make the changes needed in the file. This all needs to be done "behind the scenes" so to speak.
Thanks again!
10-24-2006 09:24 AM
11-27-2008 12:42 PM
Does the internet toolkit for Labview 8.6 support SFTP, SCP?
11-28-2008 01:21 AM
Hi there
winscp has a command line/scripting feature. see http://winscp.net/eng/docs/scripting for details. You could call winscp with system exec.vi and pass the command line parameters from inside LV.
05-21-2009 03:30 PM
chrisger already gave a good direction how to use WinSCP. What I did are:
1. get WINSCP server's host from my UUT and it let file transfer pass WinSCP security check.
2. creat a WinSCP script and save it to a file because command line " open user@192.168.0.1 -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:........................"" is too long for LabVIEW System Exac.vi and it can't be executed.
3. then use LabVIEW System Exac.vi to pass the file that you want to transfer by using the script that generated above.