int128 / gradle-ssh-plugin

Gradle SSH Plugin
https://gradle-ssh-plugin.github.io
Apache License 2.0
319 stars 60 forks source link

Add support for FTPS (ftp over TLS) #289

Open solvingj opened 7 years ago

solvingj commented 7 years ago

Microsoft azure app service deployment only supports this mechanism of FTP and there are no Gradle plugins that support it today. Your plugin is great, and I would like to use it for pushing to azure. Regards.