Hello,
My question is:
When im using the DownloadFile from local to remote I assume that other other programs cannot write at the same time to the same file (I mean 2 different processes that do the same thing), first am I right?
And second, what is really going on? It is locking the file when writing? And is it there a property maybe that can say if the remote file is locked and maybe a method that can lock the remote file form outside writing?
How i can sync between two Processes?
Thanks.