SFTP(publisher:"Natizyskunk") VSCode Plugin for file upload
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
{
"name": "ProjectName",
"host": "host.com",
"protocol": "ftp",
"port": 21,
"username": "user@ftp.com",
"remotePath": "/",
"uploadOnSave": true,
"useTempFile": false,
"ignore": [
".vscode",
".git",
".DS_Store",
".env"
],
"openSsh": false
}