Hi,
I just did a small test but I managed to upload full directory structure as it is and without making any code changes.
May be server that I am using is ok with that so will have to dig into what the standart
Also, I cannot apply this change :
string destinationPath = Path.Combine(destinationDirectoryPath, sourceDirectory.Name).Replace(@"\", @"/");
Since using "/" is usually operating system specific and it might not work everywhere.
I will try to dig more into standards and see what I can find.
Thanks,
Oleg