vscode-sftp
vscode-sftp copied to clipboard
Super fast sftp/ftp extension for VS Code
**Describe the bug** File upload does not follow remote simlinks. Instead, upload fails with message "[the dir] is not a valid directory path". Partial output of `ls -l`: ``` lrwxrwxrwx...
On windows when using the build-in OpenSSH agent the socket path is a little hard to figure out, as escaping of `\` is requried. So I believe an example should...
**Do you read the FAQ?** - [x] Yes. - [ ] [I am going to read now.](https://github.com/Natizyskunk/vscode-sftp/blob/master/FAQ.md) Using VSCode on MacOS. I am setting the correct path for `sshConfigPath` (which...
Type: Bug Hi there. SFTP profile is not updating when select a different path. Example: I have a worspace with two folders ("site" and "system"). As the names say, each...
**Describe the bug** Some files, but not all, fail to upload. **Desktop (please complete the following information):** - OS: [e.g. Win 10 - VSCode Version [e.g. 1.85.1] - Extension Version...
The files that are uploaded are uploaded as the SSH user. I'd like to change the ownership of the files to a different user/group. Would it be possible to execute...
**Do you read the FAQ?** - [x ] Yes. **Describe the bug** When I activate a scss watcher I can see in the log [error] Error: Config validation fail: prop...
Adding "close" and "end" events handlers to sshClient to detect server-side disconnect and close the local socket. This events are listed in: https://www.npmjs.com/package/ssh2#client
**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** All my files have been marked with the executable 'x'...
Ever since updating to 1.16.3 uploadOnSave no longer functions. I had to go back to 1.16.1. Just thought I'd let you know. Major feature is broken. Great otherwise!