LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

upload file using ftps

  I currently have a program that packages up an excel file and uploads it to a server using simple ftp, however, the customer would like encryption and I don't think labview does that.  So what is the best method for uploading an excel file I have reference in labview to a server over ftps or sftp?
 
Thanks,
David
0 Kudos
Message 1 of 4
(4,912 Views)
Have a look at: http://winscp.net/eng/docs/scripting

The tool winscp can be used as a command line tool using "System exec.vi" to handle sftp.


Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 4
(4,891 Views)
You can also try the old OpenG FTP part of the Internet Connectivity Tools. It's not supported anymore, but it's open-source.

http://openg.org/tiki/tiki-index.php?page=OpenG%20Internet%20Connectivity%20Tools#attachments
0 Kudos
Message 3 of 4
(4,876 Views)

andre.buurman@carya wrote:
Have a look at: http://winscp.net/eng/docs/scripting

The tool winscp can be used as a command line tool using "System exec.vi" to handle sftp.


 

But sftp is not Secure FTP, it is shell ftp which is not secure.

0 Kudos
Message 4 of 4
(3,830 Views)