Skip to main content
1-Visitor
November 2, 2017
Solved

File Transfer Example in CSDK?

  • November 2, 2017
  • 2 replies
  • 2618 views

Hi All,

I am trying to build a program which can transfer a file from a Raspberry Pi running the CSDK to a thingworx server.  I have it up and running with the FileTransferExample from the 1.3 version of the CSDK, but I was looking to update it to the 2.0 version of the SDK.  There is no longer a FileTransferExample with the 2.0 version CSDK, was it removed for some reason?  Does anyone have example code showing a successful file transfer?  The old code does not work with the new SDK so I am looking for another way to accomplish this.

Thanks!

Best answer by posipova

As of 2.0 there was a slight change in how the examples are provided. So, now there is a README_BUILDING.txt and CMakeLists.txt files , that along with the documentation, you may refer to to build your sample projects.The project SteamSensor will include all of the features enabled by default (again you may refer to the documentation to disable the ones you don't need)

2 replies

5-Regular Member
November 2, 2017

Hi, Connor.

Please see my email to you regarding this.

Thanks,

-- Craig A.

posipova20-TurquoiseAnswer
20-Turquoise
November 2, 2017

As of 2.0 there was a slight change in how the examples are provided. So, now there is a README_BUILDING.txt and CMakeLists.txt files , that along with the documentation, you may refer to to build your sample projects.The project SteamSensor will include all of the features enabled by default (again you may refer to the documentation to disable the ones you don't need)