lukasz-wronski / vscode-ftp-sync

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

Ftp-sync: sync error: Error: Timed out while waiting for handshake #318

Open maxtyson123 opened 4 years ago

maxtyson123 commented 4 years ago

Ftp-sync: sync error: Error: Timed out while waiting for handshake

my code:

{ "remotePath": "./files", "host": "13.237.138.48", "username": "", "password": "", "port": 21, "secure": false, "protocol": "sftp", "uploadOnSave": true, "passive": false, "debug": false, "privateKeyPath":"C:\Users\****\Desktop\UnityZombieGame-Pairkey.pem", "passphrase": null, "agent": null, "allow": [], "ignore": [ "\.vscode", "\.git", "\.DS_Store" ], "generatedFiles": { "extensionsToInclude": [ "" ], "path": "" } }