Skip to main content
sarahb0004
Participating Frequently
September 17, 2021
Solved

Can Send File Over SFTP plugin send a folder with multiple files inside?

  • September 17, 2021
  • 4 replies
  • 7 views

Hello everyone,

I attempted to use Send File Over SFTP and set a folder but I am getting an error below.

Is it really possible to send a folder will multiple files inside using Send File Over SFTP? If yes, may I ask for guidance how to do this? Or any solution how can I send multiple files to SFTP because the way I see it we can only send one file at a time.

Any help will be highly appreciated. Thank you.

    Best answer by richardm900458

    Hi sarah,
    the error message tells you already what you issue is.
    my suggestion:
    try to load the content of your folder (documents) and send it one by one over your sftp connection. (multiple instances)
    "folder" is not a "file". Its more a logical strucure in appian where its placed in your application. 
    for that reason its failing. you need a document. just documents are real files 

    4 replies

    richardm900458
    Inspiring
    September 17, 2021

    Hi sarah,
    the error message tells you already what you issue is.
    my suggestion:
    try to load the content of your folder (documents) and send it one by one over your sftp connection. (multiple instances)
    "folder" is not a "file". Its more a logical strucure in appian where its placed in your application. 
    for that reason its failing. you need a document. just documents are real files 

    sarahb0004
    Participating Frequently
    September 17, 2021

    Thank you for your confirmation. Perhaps I can work on it through multiple instances. It would just be more convenient if I can send the whole folder instead. 

    richardm900458
    Inspiring
    September 17, 2021

    absolutly agree. perhaps appian will extend this one day. such things are usually perfect ideas to improve in future releases.