LAN-Share icon indicating copy to clipboard operation
LAN-Share copied to clipboard

error with paths on Windows OS

Open adbenitez opened this issue 7 years ago • 2 comments

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 '/')

adbenitez avatar Jul 06 '18 02:07 adbenitez

The problem still persists. The hierarchy should be maintained after the transfer.

akvabhi avatar Jun 15 '19 08:06 akvabhi

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.

jose1711 avatar Jun 26 '21 19:06 jose1711