The FTP action now supports host certificate verification for SFTP connections, via
"verify": true
and a configured
"known_hosts"
string. And, for FTPS connections, host certificate validation may now be electively skipped, using
"verify": false
.
Read more