-
-
Notifications
You must be signed in to change notification settings - Fork 39
No FTPS support #67
Comments
@mkloubert: Could you please update the wiki to reflect the changes in #70 - I don't seem to be able fork and modify the wiki. |
Of, course! I started to integrate your changes ... I hope, I can release them in about 2 hours. |
@hajekj implemented secure FTPS support for ftp targets, which is available since version 0.75.0. A simple way to activate it, is to setup your target the following way: {
"deploy.reloaded": {
"targets": [
{
"type": "ftp",
"name": "My secure FTPS folder",
"engine": "ftp",
"secure": true,
"host": "ftps.example.com", "port": 990,
"dir": "/",
"user": "<YOUR_USER>", "password": "<YOUR-PASSWORD>"
}
]
}
} Please let us known, if that works for you. Keep sure to have Visua Studio Code 1.23 installed, at least! |
hello , thanks @hajekj and @mkloubert just tested it : and get "550 SSL/TLS required on the control channel" warning/error in the output (when trying to deploy) i use VSCode 1.24 my obfuscated config :
|
OK, added "engine" : "ftp" and it works! good job! :) |
Hello,
i can't find any mention on FTPS support in the wiki, i currently use the former extension and i realy need this feature to switch to the new one.
is this feature is supported or will be supported in a near future ?
thanks
The text was updated successfully, but these errors were encountered: