Hi, I drag and drop some files in WinSCP from a server with sftp connection. If the local destination folder of the drop has a very long path, the files would end up in the parent folder, instead of the folder I dropped into.
For example, let's say I have a folder with path
C:\yyy\xxx\zzz
(the total path length is 290 in my case)
I drag and drop a file to the folder zzz
. It will actually end up in the folder xxx
, which has a path length of 193 in my case.
It works fine if I drop the file into the Windows Explorer. I enabled long path support in the registry.