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

Can't sync with remote #303

Open arimourao opened 4 years ago

arimourao commented 4 years ago

I'm using VsCode 1.39.2 on linux debian 10. I installed the plugin and configured my ftp connection with the option "secureOptions": {"rejectUnauthorized":false}, since I was getting an error about self-signed certificate. After that, I don't get this error anymore but I can't sync with the remote server. When I choose Full-Sync, nothing happens. No messages on the Output terminal.

Web3DeveloperGuy commented 4 years ago

Check the servers logs.. you'll find more info.

arimourao commented 4 years ago

I set to debug:true and I managed to sync. But not all files were synced. Just about 50% of the files were synced. Not sure what else what I can do about it.