SFTP Secure FTP and PPK, invaid privatekey
Hi,
I am trying to connect via the CFFTP in CF8.
I have the privatekey in "PuTTY-User-Key-File-2: ssh-rsa" SSH format
Host Server MD5 fingerprint.
But I keep getting this error message:
Invaid privatekey: [key name].ppk
<cftry>
<cfftp action="open" fingerprint="xx:xx
x" connection="myconnection" key="c:\abc.ppk" passphrase="pass" secure="yes" server="sftp.server.com" port="22" stoponerror="yes" username="theUsername">
<cfcatch type="any">
<cfoutput>
<cfdump var="#cfcatch#">
</cfoutput>
</cfcatch>
</cftry>
Thanks
