abzu.mohrie.net private file hosting service: * files directly under the root directory are hosted for an indefinite amount of time. * files in subdirectories are deleted after 7 days. example: * "https://abzu.mohrie.net/foobar/temp.txt" will be deleted after 7 days. * "https://abzu.mohrie.net/permanent.txt" will not. the following command is executed once per day in order to remove expired files: $ find /var/www/abzu -type d \ -mindepth 1 -maxdepth 1 -mtime +7 \ -delete for any issues regarding this service, contact para.