Problems with file transfer to D: drive
Hi.
I'm developing an application using file transfer, developed in C#, .NET SDK (v. 5.5).
The application, for the sake of this post, just opens up a FileTransferVirtualThing with a virtual folder mapped. All file transfers initiated from the ThingWorx platform fail.
It seems to be linked to the physical directory of the file transfer. If the virtual directory is mapped to "C:\temp" it works, if mapped to "D:\temp" it doesn't. However both directories exist, permissions have been reset multiple times, directory deleted and recreated, etc.
I've tried other directories and the result is the same - what it seems to make a difference, oddly, is the drive : C: works, 😧 doesn't. Of course both are hard disks, online, etc.
Now, I'm probably missing some trivial piece but asking here anyway .. is there any reason why file transfers to C: drive would work and 😧 would fail ?

