Created
September 9, 2020 06:38
-
-
Save dmalawey/46173ac9faf84975c8b31054ea98800d to your computer and use it in GitHub Desktop.
vscode configuration for pi SFTP over wifi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "SCUTTLE", | |
"host": "192.168.1.8", | |
"protocol": "sftp", | |
"port": 22, | |
"username": "pi", | |
"password": "raspberry" | |
"remotePath": "/home", | |
"uploadOnSave": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the video that shows how to use this code:
https://youtu.be/HokkkHJgUOo