vscode-sftp
vscode-sftp copied to clipboard
Super fast sftp/ftp extension for VS Code

Added confirmation popup for uploading to all profiles.
**Do you read the FAQ?** - [x] Yes. - [x] [I am going to read now.](https://github.com/Natizyskunk/vscode-sftp/blob/master/FAQ.md) **Describe the bug** We have had 50+ projects using VS Code with Natizyskunk/vscode sftp...
**Do you read the FAQ?** - [x ] Yes. - [ ] [I am going to read now.](https://github.com/Natizyskunk/vscode-sftp/blob/master/FAQ.md) **Describe the bug** During project download i get midway error "Failure". In...
I use a normal install and the following simple config: { "name": "Servers", "host": "", "protocol": "sftp", "port": , "secure": true, "username": "", "password": "", "remotePath": "/web", "uploadOnSave": true }...
**Describe the bug** This plugin is failing for servers which require multiple authentication factors (ssh-key + password afterwards (not ssh-key passphrase) ) Getting this error: Error: [ip_omitted]: All configured authentication...
**Do you read the FAQ?** - [V ] Yes. - [ ] [I am going to read now.](https://github.com/Natizyskunk/vscode-sftp/blob/master/FAQ.md) **Describe the bug** A clear text password of "hop" appears in log....
Seems that dot files, like `.env` is not handled properly, we can upload them but not download them
Related : https://github.com/Natizyskunk/vscode-sftp/pull/476 (patch v2 -> v3)
I created a task in VSCode to run the sync command, but it's not working. Here's my `tasks.json`: ``` { "version": "2.0.0", "tasks": [ { "label": "SFTP Sync Local ->...