Overview
Contains multiple Smart Services for interacting with a remote file server via SFTP, FTP, or SCP. Using these services, an Appian application can be configured to send and receive files, folders, and metadata in a process. Features support for zlib compression.
Key Features & Functionality
Smart Services included:
All smart services in the package use Secure Credentials Store.
Can anyone please help if I need to follow specific format while adding input attributes values?
Support
Appian Community
Hello,
Is there a way to send multiple files trough SFTP ?
Because the source document cannot take multiple files, so it send only the first one in the list of files.
Or is there a way to workaround ?
Thank you
Hello Raj, I have the same problem. Did you resolved your issue by sending multiple files over SFTP ?
Hello Christopher, can the plugin send multiple files over SFTP ?
This should be possible by configuring the node to run with MNI. If your files are in an array process variable (i.e. pv!files), you can set the node to run one instance for each item in pv!files. Then when configuring the inputs for the node, simply call pv!files in the input file parameter, and Appian will automatically pass in the instance of that array for the current iteration of the node.
You can find more documentation on MNI here: https://docs.appian.com/suite/help/20.1/Process_Node_and_Smart_Service_Properties.html#other-tab
I tried using this plugin "Receive Folder Over FTPS", but its downloading only the first file from the target folder and not downloading all files. Can some one suggest me quickly how to do it ? It's quite urgent for me.
Fixed on my own, by creating the temp folder in the _admin.
Where can I get these 'SFTP Smart Services'. I am unable to get these services inside the process model smart services.
Hi ayushimittal, make sure the plug-in is deployed to your cloud environment or the jar is copied to APPIAN_INSTALL/_admin/plugins/ of an on-premise environment https://docs.appian.com/suite/help/20.1/Appian_Plug-ins.html
After that you can find them by searching in the process modeler palette for smart service by name.