Natizyskunk / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
392 stars 75 forks source link

Local or shared network folders inside a LAN #437

Closed hiepvq closed 11 months ago

hiepvq commented 11 months ago
"targets": [
            {
                "type": "local",
                "name": "My local folder",
                "description": "A local folder",

                "dir": "E:/test/my_package_files"
            },
            {
                "type": "local",
                "name": "My network folder",
                "description": "A SMB shared network folder",

                "dir": "\\\\MyServer\\my_package_files"
            }
] 
Natizyskunk commented 11 months ago

Can you please follow one of those issue templates and explain exactly what's your problem please.