Re: Support UNC path for local directory
Support for having a UNC path in a local panel of the GUI is planned:
https://winscp.net/tracker/133
But you cannot have the UNC path as the current working directory in Windows. Try usingcd \\10.x.x.x\share\folder\
in console (cmd.exe
). It does not work.
So in scripting this will never work.
Oh of course! Well, at least get works fine with UNC. Thanks!