Created
December 13, 2020 08:29
-
-
Save selincodes/9b967f05175c87bcbfc5254f800d2d15 to your computer and use it in GitHub Desktop.
Sftp settings for VSCode
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": "...", | |
"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