ftp-kr
ftp-kr copied to clipboard
VSCode plugin not working with my FTP over SSL/TLS (implicit encryption) config
My ftp host is an azure service deployment slot with ftps and implicit connection working on port 990. My current setup for ftp-simple.json is:
{ "protocol": "ftp", "host": "myhost.azure.com", "port": 990, "user": "myuser", "pass": "mypasswordultrasecret", "remote": "/myawesomesite", "uploadOnSave": true, "passive": true, "ignore": [ "\\.vscode", "\\.git", "\\.DS_Store" ] }
Is there any property to let me connecting to my site?
https://imgur.com/a/yUgsl6u Here you have my configurations for PHPStorm and Dreamweaver which both works, I would need to replicate the same config on VSCode ftp plugin, any idea?
I'm not updating this project for now. Sorry about that.
I'm not updating this project for now. Sorry about that.
So sad about this :-(