When right click on a folder/file and click SFTP Download, should download the folder/file
[info] config at d:\code\ems {"remotePath":"/home/frappe/frappe-bench/apps/","uploadOnSave":true,"downloadOnOpen":false,"syncMode":"update","ignore":[".vscode",".git",".DS_Store"],"watcher":{"files":false,"autoUpload":false,"autoDelete":false},"concurrency":4,"protocol":"sftp","host":"127.0.0.1","port":3021,"username":"******","password":"******","connectTimeout":10000,"interactiveAuth":false,"sshConfigPath":"~/.ssh/config","secure":false,"passive":false,"context":"d:\\code\\ems"}
[trace] execute download for d:\code\ems
[error] Error: No such file
at SFTPStream._transform (C:\Users\chirag\.vscode\extensions\liximomo.sftp-1.3.0\node_modules\ssh2-streams\lib\sftp.js:412:27)
at SFTPStream.Transform._read (_stream_transform.js:167:10)
at SFTPStream._read (C:\Users\chirag\.vscode\extensions\liximomo.sftp-1.3.0\node_modules\ssh2-streams\lib\sftp.js:183:15)
at SFTPStream.Transform._write (_stream_transform.js:155:12)
at doWrite (_stream_writable.js:329:12)
at writeOrBuffer (_stream_writable.js:315:5)
at SFTPStream.Writable.write (_stream_writable.js:241:11)
at Channel.ondata (_stream_readable.js:557:20)
at emitOne (events.js:96:13)
at Channel.emit (events.js:191:7)
at readableAddChunk (_stream_readable.js:178:18)
at Channel.Readable.push (_stream_readable.js:136:10)
at SSH2Stream.<anonymous> (C:\Users\chirag\.vscode\extensions\liximomo.sftp-1.3.0\node_modules\ssh2\lib\Channel.js:166:15)
at emitOne (events.js:96:13)
at SSH2Stream.emit (events.js:191:7)
at parsePacket (C:\Users\chirag\.vscode\extensions\liximomo.sftp-1.3.0\node_modules\ssh2-streams\lib\ssh.js:3445:10)
at SSH2Stream._transform (C:\Users\chirag\.vscode\extensions\liximomo.sftp-1.3.0\node_modules\ssh2-streams\lib\ssh.js:671:13)
at SSH2Stream.Transform._read (_stream_transform.js:167:10)
at SSH2Stream._read (C:\Users\chirag\.vscode\extensions\liximomo.sftp-1.3.0\node_modules\ssh2-streams\lib\ssh.js:253:15)
at SSH2Stream.Transform._write (_stream_transform.js:155:12)
at doWrite (_stream_writable.js:329:12)
at writeOrBuffer (_stream_writable.js:315:5)
at SSH2Stream.Writable.write (_stream_writable.js:241:11)
at Socket.ondata (_stream_readable.js:557:20)
at emitOne (events.js:96:13)
at Socket.emit (events.js:191:7)
at readableAddChunk (_stream_readable.js:178:18)
at Socket.Readable.push (_stream_readable.js:136:10)
at TCP.onread (net.js:560:20)
This happened after I updated VS Code today.
Expected Behavior
When right click on a folder/file and click SFTP Download, should download the folder/file
Actual Behavior
Getting Error "No such File"
Log:
Steps to Reproduce the Problem
This happened after I updated VS Code today.
Specifications
sftp version: 1.3.0