Overwriting on PutFile (General questions)
When using .PutFile with a filename that already exists on the server, the _Done event is fired with ErrorCode = 40550 and ErrorText = Access denied.
I could first read the directory to see if my file already exists and then do a .DeleteFile before I send it, but I was wondering if there was an easier way.
Thanks,
John