Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question