SFTP Smart Services

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:

  • SFTP:
    • Remove Directory Over SFTP (Basic Credentials)
    • Send File Over SFTP
    • Send File Over SFTP (Basic Credentials)
    • Receive File Over SFTP
    • Receive File Over SFTP (Basic Credentials)
    • Rename File Over SFTP
    • Get Remote Directory Contents Over SFTP
    • Get Remote Directory Contents Over SFTP (Basic Credentials)
    • Create Directory Over SFTP
    • Create Directory Over SFTP (Basic Credentials)
  • SCP:
    • Send File Over SCP
    • Receive File Over SCP
  • FTP:
    • Send File Over FTP
    • Receive File Over FTP
    • Receive Folder Over FTP
  • FTPS
    • Receive Folder Over FTPS
    • Send File Over FTPS (Basic Credentials)

All smart services in the package use Secure Credentials Store.

Anonymous
Parents
  • Hello Everyone,

    I am having issues configuring 'Send file over FTPS'

    I have:
    1. Added the third party credentials to the admin console
    a.Username
    b.Password
    c.Applied the plug in
    2. Added the .pem file to the trusted sites
    3. Process model created
    a.Credentials pointed to third party
    b.Hostname set to ="123.123.123.123"
    c.Port number set to 990
    d.Remote path set to ="\" (also have tried forward slash /)
    e.Document to send i have picked anything from the KC

    However all i get is 'There was an error opening the connection to 123.123.123.123;Connection closed without indication.'

    The destination is a MS Azure FTPS 

    I have had confirmation from the appian support desk they are table to telnet to the destination IP over port 990 with success

    Any help would be very appreciated.

    Note: (123.123.123.123 isn't real, just masking true address from here)

    Thanks

    Luke

  • Hi 

    , Please try below

    • Check if the same file is received using sftp tools like WinSCP.If it works please share the additional configurations if any made in WinSCP to achieve the connection
    • Please share us the tomcat-stdout.log so we can identify the root cause of the issue
Comment Children
No Data