mkloubert / vscode-remote-workspace

Multi protocol support for handling remote files like local ones in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-remote-workspace
GNU Lesser General Public License v3.0
207 stars 37 forks source link

"Can't find remote", "File not found" #54

Open robertandrews opened 6 years ago

robertandrews commented 6 years ago

I am trying to set up a connection to my FTP server.

I have:

{
    "folders": [{
        "uri": "ftp://myuser:mypass@ftp.myhost.com:21",
        "name": "My FTP folder"
    }
],
"settings": {},
}

However, the bottom-right of VSCode reports...

Image of Yaktocat

("Can't find remote", "File not found")

... while the sidebar shows...

Image of Yaktocat

(An exclamation mark, with the hint underneath hover: "Can not resolve workspace folder")

I don't get to see any file tree, though I have read the parallel issue about a problem showing files below top level.

I wondered if my FTP host has trouble accepting a login with the uri format you advise. Trying to login to it via Mac Terminal with myuser:mypass@ftp.myhost.com:21, it actually reports: 331 User myuser:mypass OK. Password required, which is obviously wrong. It took removing the password and port to login to it via Terminal. But doing so in Code Workspace Settings doesn't work either.

How can I overcome this?

robertandrews commented 5 years ago

Any ideas about this?

aminta commented 5 years ago

Same problem here! ("can't find remote")

DiegoRodriguezTandil commented 5 years ago

I have the same problem, can you let us know if ftp needs special settings or workspace file should be in the remote folder?

Luux commented 5 years ago

Can confirm this issue, too. Still no news there? Connecting via ssh/WinSCP (using sftp) just works fine...

TodLiuMeng commented 5 years ago

Same problem there, working fine via sftp client created on bash. By the remote extension, not good.

novboy commented 5 years ago

still not fixed ?

novboy commented 5 years ago

just remove the Remote FS extension, it seems ok, but the path is the root / #