Hi Everyone,
I'm need help.
My code the below, this with problem.
Look at:
<cftry>
<cfftp action= "open"
connection= "my_connection"
server= "xxxx.com"
port= "22"
username= "appogpp1"
passphrase= "zHx628Fg"
key= "C:\inetpub\wwwroot\Nf_oracle\SecurityKey"
secure= "yes"
/>
<p>Did it succeed? <cfoutput>#cfftp.succeeded#</cfoutput>
<cfcatch>
<cfoutput>
#cfCatch.Message#<br>#cfCatch.Detail#
</cfoutput>
</cfcatch>
</cftry>
This error that appears.
An error occurred while establishing an sFTP connection.
Verify your connection attributes: username, password, server, fingerprint, port, key, connection, proxyServer, and secure (as applicable). Error: User Authentication cancelled. Either invalid key or invalid passphrase..
Someone could help me ?
Regards,
Alexandre