I need to securely and automatically move files from several "inboxes" on one Windows 2019 server to several "outboxes" on other Windows 2019 servers. The servers are located behind secure firewalls, thus I would like to refrain from using smb (robocopy, etc.).
I was looking at several sync tools (i.e. syncthing), but those are more about syncing than moving files.
Requirements:
- Unattended move of files
- Not using smb (sftp, proprietary protocol ok), must be controllable in firewall
- If possible GUI for configuration and control
- Logging of move operations
Any suggestions how to solve this is very welcome.
Thanks Dan