iSRV
A simple and anonymous file sharing service.
Source code and more information available at https://github.com/markhc/isrv
max_file_size = 1024 MiB
min_age = 7 days
max_age = 365 days
retention = min_age + (min_age - max_age) * pow((file_size / max_size - 1), 3)
Files are automatically deleted after their expiration time.
If no expiration is specified, it's calculated based on file size.
Larger files expire sooner to save server space.
Uploading files
cURL Examples:
# Simple upload
curl -F [email protected] https://isrv.nl
# Upload with custom expiration (hours)
curl -F [email protected] -F expires=24 https://isrv.nl
# Upload with UNIX timestamp expiration
curl -F [email protected] -F expires=1767225600 https://isrv.nl
FAQ
Q: What file formats are supported?
A: All file types are accepted, no restrictions on format.
Q: Can I see a list of my uploaded files?
A: No, this is an anonymous service. Keep track of your URLs.
Q: How long do files stay available?
A: The default expiration time is between 7 and 365 days, depending on file size.
A custom expiration time can be set during upload that can be lower than the default, though it cannot exceed 365 days.
Q: Is content scanned or monitored?
A: Files are not scanned, but abuse reports are investigated.
Q: Are files encrypted on the server?
A: Files are stored securely, but not encrypted. You can use client-side encryption if desired before uploading.
Q: What information is logged?
A: Minimal logs are kept for abuse investigation, such as IP addresses, but no personally identifiable information is stored.
Abuse Policy
This service is provided for legitimate file sharing purposes.
The following are prohibited:
- Illegal content (as defined by applicable law)
- Malware, viruses, or other malicious software
- Content that violates others' rights
- Spam or commercial solicitation
- Anything intended to harm or exploit others
Violations will result in immediate file removal and may be
reported to appropriate authorities.
For abuse reports, contact the server administrator.
Privacy
- File uploads are anonymous
- No user accounts or tracking
- Server logs contain minimal information
- Files are stored securely on the server
- Use HTTPS when available for encrypted transfers
Terms of Service
By using this service you agree that:
- You will not upload prohibited content
- Files may be removed without notice
- No warranty or guarantee of availability
- Service may be terminated at any time
- You are responsible for your content
Uploads found to be in violation of these rules will be removed,
and the originating IP may be blocked.
This service is provided as-is without warranty.