What is meaning of \\\\Server1\\Folder1\\Folder2\\File.txt in WinSCP FTP script?

落花浮王杯 提交于 2019-12-06 14:53:55

\\server\share\path\file.ext is UNC path syntax.

You can use UNC path in Windows in place of a local file path to refer to a file (path\file.ext) in a shared folder (share) on another machine (server) of your local network.

It has nothing to do with FTP protocol or WinSCP.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!