Skip to content

Instantly share code, notes, and snippets.

@dmalawey
Created September 9, 2020 06:38
Show Gist options
  • Save dmalawey/46173ac9faf84975c8b31054ea98800d to your computer and use it in GitHub Desktop.
Save dmalawey/46173ac9faf84975c8b31054ea98800d to your computer and use it in GitHub Desktop.
vscode configuration for pi SFTP over wifi
{
"name": "SCUTTLE",
"host": "192.168.1.8",
"protocol": "sftp",
"port": 22,
"username": "pi",
"password": "raspberry"
"remotePath": "/home",
"uploadOnSave": true
}
@dmalawey
Copy link
Author

dmalawey commented Sep 9, 2020

Here is the video that shows how to use this code:
https://youtu.be/HokkkHJgUOo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment