elasticio / sftp-component

SFTP component for the elastic.io platform
Apache License 2.0
2 stars 3 forks source link

Big fIle is actually not read by Read action (only metadata retrieved) #85

Open stas-fomenko opened 3 years ago

stas-fomenko commented 3 years ago

Description: STR:

  1. create flow: simple trigger -> SFTP:Read action
  2. Try to get 10+MB file from your SFTP server (metadata should be retrieved)
  3. Try to write this file on step 3 by SFTP:Upload Files From Attachments Header action or any other component that is able to write files to specified destination

AR:

  1. File metadata is retrieved on STR#2
  2. Empty file (0 kb) is written to specified destination on STR#3

ER: file is written to specified destination on STR#3 accordingly (with correct size, same as on STR#2)