Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

Configuration Requirements

  1. FileMover config file with temp file line item

  2. Temp folder existing on local system

  3. FTP Source directory existing on local system

  4. FTP Destination folder existing on remote system

  5. Custom code - this installs profile questions for connection details. These connection details show as a list of profile questions on the admin user

  6. FTP or SFTP user account created and working

Configuration

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

  2. Install custom code: GenericFileMoverSettingsCustomCode

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

  4. Start FileMover service in services list on APP server

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  the file is not moving

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)

  • No labels