lukasz-wronski / vscode-ftp-sync

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

Remote Sync / Full Sync get stuck on listLocalFiles #340

Open geerdes opened 3 years ago

geerdes commented 3 years ago

A subfolder has been added to my project folder that is excluded for ftp-sync (thumbnails). Since the folder is present (with a large number of subfolders and files), the synchronisation hangs. I suspect that when checking the local files, the files would not be uploaded due to the exclusion, but the folder is still searched.

servetozkan commented 3 years ago

Same here

geerdes commented 3 years ago

I thought I could prevent this by using a symlink (Windows), but ftp-sync still searches the directory. Perhaps an option "don't follow symlinks" could be set up?