Skip to content

Fix deletion on server

Sven Greiner requested to merge fix-ftp-delete into master

Previously random files were deleted on the ftp remote because the requested list of files was not sorted. A simple sort by date is enough in this case because the directories are already named according to the date.

Merge request reports