File transfer problems
Hi again,
I'm having some problems transferring a file from an edge thing to the server. The file is 3998 bytes and is located in the file transfer folder on the edge thing. When I try to transfer the file (with Resources["FileSystemFunctions"].TransferFile), I get no errors in the Application or Script log, but in the repository folder on the server I just get an empty file with the same name but an '.encrypted' extension. I see these Info messages in the Application log: http://i.imgur.com/I736bFv.png
So the server gets the actual file contents (3998 bytes), renames "file.part" to "file" and completes the file transfer task successfully. But if I check C:\ThingworxStorage\repository, I see that the file is empty and has the "file.encrypted" extension. I use the same file name throughout the whole process (same on the edge thing & the server). Do you know what might be the problem?
Thanks in advance

