The problem I'm trying to solve is this one:
We have a set of cameras which send pictures at intervals to a FTP server, the cameras generate a whole folder/camera/hour structure and everything is fine, but when the quota is reached new pictures get deleted.
The desired behaviour is that when new pictures arrive at the ftp server the older pictures get deleted leaving space for the new ones.
So far I've been trying to configure pro-ftpd to work like this to no avail, is there any hidden functionality I'm not aware of? Or maybe there are other FTP servers which would solve my problem?
Thanks in advance.