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 Passive Mode settings

suuuunto opened this issue · comments

He there,

First of all, thanks for providing VSCode with that useful extension!

I got some problems with the ftp connection, which are related to passive mode settings. Would it be possible to add passive mode settings?

Thanks,
suuuunto

@suuuunto: I've added a support for it and it will be available in 0.2.2 version, but I'd like to ask you to test it as I'm not sure how to do it. I'm sending "PASV" command after connection and server is responding "Entering passive mode".

To use it add "passive":true to your ftp sync config file.

Version 0.2.2 should be available today.

Thanks, worked fine in my case!

Thanks for feedback.