CFFTP SFTP
82 Algorithm negotiation fail.
I'm able to connect to the client using WinSCP, however I get this error when using ColdFusion 11. Anyone else running into this?
Simple code, using the credentials that work via WinSCP
<cfftp action="open"
port="22"
username="#username#"
connection="test_connection"
password="#password#"
fingerprint="#fingerprint#"
server="#server#"
secure="true"
>
