cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

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

sbadodia
1-Newbie

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

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?

2 REPLIES 2
PaiChung
22-Sapphire I
(To:sbadodia)

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.

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?

Top Tags