P
P
private132019-06-21 13:50:04
SFTP
private13, 2019-06-21 13:50:04

VS Code, SFTP opens read-only. How to fix?

Greetings.
Question. visual studio code editor. Installed the SFTP plugin. I can see the files, but they are read-only. How can I make them immediately open for editing?
sftp.json

{
    "name": "My Server",
    "host": "hostNAme",
    "protocol": "ftp",
    "port": 21,
    "username": "username",
    "password": "password",
    "remotePath": "/",
    "uploadOnSave": true,
    "downloadOnOpen": true
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Shumov, 2019-06-21
@privat13

For the umpteenth time - check whether this user can generally edit files on the server. Already had the same question today.

R
redcod, 2019-12-08
@redcod

in the VSC editor, you need to right-click and select "Edit locally"
and everything will work

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question