lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftp-sync on mac - not closing connection

bobbynishi opened this issue · comments

When syncing directory or "on save", ftp connection appears doubled on server side (using goDaddy cPanel) and they immediately switch to idle.

Every new ftp servers seems to be doing the same. I end up with several connections open until I get denied (421) new connections.

Right now I'm working on rewriting ftp-sync engine (till now it's using ftp-sync library which have some issues). I will focus on ftp connections management to avoid such situations.

Thank you. I can't tell you how much I appreciate your work!

I am looking forward to the next release!

@bobbynishi this is fixed in new version (0.2.0). You can test if it works okay now. Thanks.

Tested it. Works! Awesome! Thank you!