SFTP with Visual Studio
{ "remotePath": "/root/dev/myProject", "host": "my-digitalocean-box.domain.com", "username": "root", "port": 22, "secure": true, "protocol": "sftp", "uploadOnSave": true, "passive": false, "debug": false, "privateKeyPath": "/path/to/.ssh/id_rsa", "passphrase": "password_for_id_rsa", "ignore": [ "\\.vscode", "\\.git", "\\.DS_Store" ] }
Last updated