lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 89 forks source link

sftp configuration crashes extension with 'Extension host terminated unexpectedly' #334

Open MumblingFumbler opened 3 years ago

MumblingFumbler commented 3 years ago

I've taken credentials and info from filezilla, which connects to server without problems. It would really help if you could provide a sample ftp-sync.json for an sftp configuration. For example, you don't mention that the standard port for sftp = 22, not 21. Using 21 will cause timeout, and not do anything. If debug flag is set, where can I see debug output? I've specified a private key path, and passphrase. So I shouldn't need a password. Correct?