How are you downloading the folder the first time vs the second time?
If I queue a folder that contains files/folders with invalid names the invalid characters are automatically replaced with "_" I attempted to reproduce this issue but regardless of file transfer the naming conversion always occurred, even when the folder/file already exists.
I was not aware that the windows file system doesn't allow folders/files with "..." at the end
I will revise my character replacement to strip dots at the end of the filename as stated by the MSDN article entitled
Naming Files, Paths, and Namespaces (Windows)
Quote:
* Do not end a file or directory name with a space or a period. Although the underlying file system may support such names, the Windows shell and user interface does not. However, it is acceptable to specify a period as the first character of a name. For example, ".temp".
|