I have ZoneMinder installed on a Raspberry Pi 4. It gets images from a connected USB camera and from another Raspberry Pi 4 (with a Raspberry Camera, using an UDP stream). Everything seems to work. I still have to learn all possibilities.
I would like ZoneMinder to upload pictures with FTP (not events and without compression like tar/zip) and rename them so I have for instance 100 pictures. Only the newest 100 pictures should be kept, so my webspace doesn't get overloaded. The renaming is so I can make a webpage where I can see those pictures. I assume I have to use temporary files for this.
I wouldn't need local copies (I guess I can find out myself how to achieve that, reading the documentation careful).
There is an old post talking about this partly: viewtopic.php?t=11791.
I'm no linux-guru or programmer, I know some basic linux commands (and html and css). I made my first bash-script yesterday with help from ChatGPT.

Can anyone point me in the right direction to accomplish this? Is it doable? Easy?