Fix deletion on server
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.
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.