Visual Studio Code에서 SFTP로 서버 소스를 Download 하는데 No such file 에러가 발생했다. sftp.json { "name": "servername", "host": "serverip", "protocol": "sftp", "port": 22, "username": "username", "password": "password", "remotePath": "path", "uploadOnSave": false } 에러 [12-08 08:25:38] [error] Error: No such file at SFTPStream._transform (c:\Users\username\.vscode\extensions\liximomo.sftp-1.12.9\node_modules\ssh..