LAN-Share
LAN-Share copied to clipboard
error with paths on Windows OS
I was sending a folder to some friend that uses Windows, the folder had another folder inside, he received the parent folder and the child folder was created in the same level than the parent folder and with the name of the parent folder concatenated to it's real name (probably some path problems with '/')
The problem still persists. The hierarchy should be maintained after the transfer.
I am seeing a similar (or same?) issue with Windows being the sender and Linux receiver. On Windows I initiate transfer of a folder photos with a subfolder foo containing bar.jpg. So it looks like this:
dir photos/
dir photos/foo/
img photos/foo/bar.jpg
And once the transfer is completed on Linux I get:
dir photos\foo
img photos\foo\bar.jpg
So instead of bar.jpg inside a folder and a subfolder it's only located in a single folder after transfer.