How Appian application can fetch and read files for every two minutes from an another system file path?

Using the FTP protocol.

  Discussion posts and replies are publicly visible

Parents
  • Hi Surendra,

    @Deepa suggested approach can also implement from an appian but if you have huge number of files or bigger files then better to write one stand alone application and add it to the cron jobs and once the Java finishes moving files you can write some code to send email to either process model so that your process can be resume.
Reply
  • Hi Surendra,

    @Deepa suggested approach can also implement from an appian but if you have huge number of files or bigger files then better to write one stand alone application and add it to the cron jobs and once the Java finishes moving files you can write some code to send email to either process model so that your process can be resume.
Children