N
N
Nikolai2019-01-18 15:28:49
Visual Studio Code
Nikolai, 2019-01-18 15:28:49

How to upload files via sftp VSCODE to a specific folder?

Good afternoon! Help me write a config so that files from the remote are downloaded to a specific directory.
sftp.json
{
"remote": "name",
"remotePath": "www/site/",
"uploadOnSave": true,
"ignore": [".vscode", ".git", ".DS_Store"]
}
user settings
"remotefs.remote": {
"Name": {
"scheme": "sftp",
"port": 22,
"host": "IP",
"username": "name",
"password": "123456 "
}
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question