I want to FTP snapshots from a security camera to a remote server.
I have a
- Dahua NVR that already records 24/7 with IVS from a Dahua camera.
- 2x Raspberry pi, one running Haspbian/HA only. 2nd is my pihole/VPN
- dreamhost server
Ideally I want to FTP to the pi, then the pi monitors for new files in the folder, then moves or copy/delete to the remote server via SFTP.
What would the simplest way to implement this be? Gui would be ideal but happy to break my way through things on linux if required.