vscode-remote-workspace icon indicating copy to clipboard operation
vscode-remote-workspace copied to clipboard

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

Open robertandrews opened this issue 6 years ago • 7 comments

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

I have:

  • Saved Workspace As to create MySpace.code-workspace file
  • Opens Settings and pasted the following in to Workspace Settings...
{
    "folders": [{
        "uri": "ftp://myuser:[email protected]: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:[email protected]: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 avatar Aug 29 '18 20:08 robertandrews

Any ideas about this?

robertandrews avatar Sep 18 '18 22:09 robertandrews

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

aminta avatar Oct 16 '18 10:10 aminta

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

DiegoRodriguezTandil avatar Nov 28 '18 21:11 DiegoRodriguezTandil

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

Luux avatar Jan 10 '19 10:01 Luux

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

TodLiuMeng avatar Jan 14 '19 13:01 TodLiuMeng

still not fixed ?

novboy avatar Mar 26 '19 15:03 novboy

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

novboy avatar Mar 26 '19 16:03 novboy