Moving multiple files from an FTP site to an send email node

Hi! would someone have ideas how to get this working? I’m connecting to an FTP site with Knime, and I want to select all the files within the FTP, and add them as attachments to an outgoing email node. Is there any way to accomplish this with knime? FTP connection works great, I have tried the list files/folders node, but I cannot add them as attachments to the outgoing email.

Thanks for the help!! :pray:

Hi @Data_processor,

You can create a flow variable array containing the file URLs you want to attach, and pass it to the Send Email node.

I hope this thread could help you resolve your problem.

Thread

Best,
Keerthan

1 Like

Thanks @k10shetty! I thought I tried this, but I will give it another go! Ill let you know if it succeeds :slight_smile:

1 Like