Skip to main content
1-Visitor
April 21, 2016
Solved

Create FTP Client in C sdk ?

  • April 21, 2016
  • 1 reply
  • 2983 views

Hello Expert,

I want to create FTP Client Using Thingworx C SDK (which is use for device) who work for Upload  a device log file to FTP Server and Communicate with Thingworx Mashup.

If you have any code or suggestion please let me know.

Thanks,

MP

Best answer by PaiChung

What you are suggesting to do sounds a bit confusing. the EMS technology features file transfer capabilities, so you wouldn't need to use FTP.

If you need the Thingworx platform to be able to do FTP, there are some extensions in the Market place you can look into.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 25, 2016

What you are suggesting to do sounds a bit confusing. the EMS technology features file transfer capabilities, so you wouldn't need to use FTP.

If you need the Thingworx platform to be able to do FTP, there are some extensions in the Market place you can look into.

1-Visitor
May 19, 2016

How can i acces the content of a file in the ftp server if we suppose that this file contains sensor's value stored in it ?

mpatel-211-VisitorAuthor
1-Visitor
May 25, 2016

If you think about thingworx then you need to parse that data using make a service in thingworx. And another solution is directly send sensor value(Using remote thing) to thingworx using thingworx SDK.

Thanks,

MP