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

FTP can only access top level files or folders

Open JeremyBackus opened this issue 7 years ago • 2 comments

Examples:

"uri": "ftp://username:[email protected]/public_html/subfolder1/"

  • fails in explorer panel with (Cannot resolve workspace folder)

"uri": "ftp://username:[email protected]/public_html/"

  • shows files and folders in explorer panel, but trying to open index.html fails with (Unable to open...: File not found...) and trying to open subfolder1 fails with (File not found...)

"uri": "ftp://username:[email protected]/"

  • shows files and folders in explorer panel and allows you to open readme.html, or open public_html to see the index.html and subfolder1. But trying open public_html/subfolder1 still fails and trying to open public_html/index.html still fails

JeremyBackus avatar Jul 12 '18 14:07 JeremyBackus

This is happening to me as well.

KLA6 avatar Jul 28 '18 23:07 KLA6

Exactly the same for me.

Nigatol avatar Jan 17 '19 07:01 Nigatol