Hi All,
I need to retrieve and send file over the ftp/SFTP location with basic user credentials ( username & password only).
I am going through the Appian plugin for the same but it ask private key as well.
Is there any way to archive the requirement without private key?
Thanks in advance.
Discussion posts and replies are publicly visible
There is already separate Smart Service available for Basic Credential as a part of SFTP Smart Services Plugin
For what it's worth - I have the updated version of this plugin, 4.1.0 (as well as the old version from about 2 years ago, 3.0.2), and neither of them apparently allow seeing / finding / adding the "(Basic Credentials)" smart service versions to a process model.
Then again, I'm pretty sure the SCS configuration allows for basic credentials to be added to the environment's Credential Store. I don't have any Private Key configured in mine and it seems to be working fine with our sFTP site. All I need is the following configuration, which basically just provides the SCS key configured in my credential store (note i provide nothing for "Private Key File", and my server does not ask me for one)...
Thanks Mike Schmitt for the explanation. Now I am getting below error
ERROR com.appiancorp.ps.plugins.filetransfer.sftp.ReceiveFileOverSFTP - com.jcraft.jsch.JSchException: java.net.UnknownHostException: https://hostname.com/
Able to resolve this issue but now getting other issue:
timeout: socket is not established