Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Summary

The FileMover service resides in the services folder with all EngageIP installations. It allows automated FTP and SFTP transfer of files from a source directory to a remote directory.

...

  1. Add key to FileMover config file if it does not exist: <add key="TempFilePath" value="C:\TempFiles" />

  2. Install the GenericFileMoverSettingsCustomCode custom code GenericFileMoverSettingsCustomCodeprovided below

  3. Go to admin user and add a the FileMoverSettings component called:

  4. Start FileMover service in services list on APP server

GenericFileMoverSettingsCustomCode

View file
nameGenericFileMoverSettingsCustomCode.txt

Testing

  1. Place test file in source directory and wait for the file mover to pick up and transfer the file

  2. Check the Logs folder for any related errors if  if the file is not movingbeing moved

Notes

  • Destination directory should not have starting forward slash

  • Keys can be left blank initially for basic implementation and basic SFTP account

  • Ensure write permissions exist on all folders (temp, source, destination)