Skip to content

Instantly share code, notes, and snippets.

@selincodes
Created December 13, 2020 08:29
Show Gist options
  • Save selincodes/9b967f05175c87bcbfc5254f800d2d15 to your computer and use it in GitHub Desktop.
Save selincodes/9b967f05175c87bcbfc5254f800d2d15 to your computer and use it in GitHub Desktop.
Sftp settings for VSCode
{
"name": "...",
"host": "....",
"protocol": "ftp",
"port": 21,
"username": "...",
"password": "...",
"remotePath": "/",
"downloadOnOpen": true,
"uploadOnSave": true,
"secure": true,
"watcher": {
"files": "**/*",
"autoUpload": true,
"autoDelete": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment