liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 257 forks source link

[error] Error: file not exist #837

Open RomaneeSean opened 3 years ago

RomaneeSean commented 3 years ago

{ "name": "flash", "host": "97.64.31.24", "protocol": "ftp", "port": 21, "username": "admin", "password": "123456", "remotePath": "/www/wwwroot/www", "uploadOnSave": true, "connectTimeout": 30000 }

[10-11 18:54:25] [error] Error: file not exist at l. (c:\Users\Administrator.vscode\extensions\liximomo.sftp-1.12.9\dist\extension.js:70:98188) at Generator.next () at s (c:\Users\Administrator.vscode\extensions\liximomo.sftp-1.12.9\dist\extension.js:70:96928) at processTicksAndRejections (internal/process/task_queues.js:94:5)

miyaohua commented 11 months ago

Have you solved the same problem? Can you tell me about the solution