Skip to main content
1-Visitor
August 24, 2016
Question

how can we transfer 4 GB file from SDK edge client to server?

  • August 24, 2016
  • 1 reply
  • 1569 views

when i am trying to transfer 4 GB file from SDK edge client to server.It is not showing any error but could not able to see the transferred file in fileRepository thing.how can we transfer large files from SDK edge client to server?

1 reply

22-Sapphire I
August 24, 2016

Did you check all the limits and the timeout settings to allow for a file of this size to be transferred?

You may have to contact support.ptc.com personally I haven't tried anything of that size.

1-Visitor
September 1, 2016

I tried a similar thing. I set the Max File Transfer size of the FileTransferSubsystem to 8GB and timeout is set to 180 in WSCommunicationSubsytem. The Remote Thing is connected using Java SDK where I was able to set the maxfilesize property of FileTransferVirtualThing only till 2147483647 (max range of int). This allows me to transfer file of size upto 2GB. Is this a programmatic limitation or am I missing out anything?