vscode-sftp icon indicating copy to clipboard operation
vscode-sftp copied to clipboard

Super fast sftp/ftp extension for VS Code

Results 167 vscode-sftp issues
Sort by recently updated
recently updated
newest added

**Is this a similar or duplicate feature request?** - [ ] I don't know. I will go check it. - [X] No. **Is your feature request related to a problem?...

**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** After uninstalling the extension everything works fine. Also when...

**Is this a similar or duplicate feature request?** - [ ] I don't know. I will go check it. - [X] No. **Is your feature request related to a problem?...

I use keepassxc and secret-tool to take care of passwords, I can access to my sftp with ``` sshpass -p "$(secret-tool lookup app sftp host myhost user mysuer)" sftp my_sftp_server...

My config of sftp: ``` { "name": "ubuntu", "protocol": "sftp", "port": 22, "host": "192.168.99.30", "username": "root", "remotePath": "/tmp", "privateKeyPath": "C:\\Users\\admin\\.ssh\\id_rsa", "filePerm": 644, "dirPerm": 755, "watcher": { "files": "target/x86_64-unknown-linux-musl/release/myagent", "autoUpload": true,...

close - IO is still pending on closed socket. read:1, write:0, io:000001B1871D6710

I usually use Aptana to browse an FTP folder and save files directly to it. In Aptana, the equivalent of SFTP's remote explorer allows you to right-click on a file...