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.
...
Add key to FileMover config file if it does not exist: <add key="TempFilePath" value="C:\TempFiles" />
Install the GenericFileMoverSettingsCustomCode custom code : GenericFileMoverSettingsCustomCodeprovided below
Go to admin user and add a the FileMoverSettings component called:
Start FileMover service in services list on APP server
GenericFileMoverSettingsCustomCode
View file | ||
---|---|---|
|
Testing
Place test file in source directory and wait for the file mover to pick up and transfer the file
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)