Femboy Hooters File Hosting


Warning: Hitting "upload" will ask for authentication.

Hint: If you're lucky, your browser may support drag-and-drop onto the file selection input.

CLI Uploads

You can upload files to this site via a simple HTTP POST, e.g. using curl:

curl -u USER:PASS -F "file=@/path/to/your/file.jpg" https://files.femboyhoote.rs/

Or if you want to pipe to curl *and* have a file extension, add a "filename":

echo "hello" | curl -u USER:PASS -F "file=@-;filename=.txt" https://files.femboyhoote.rs/

To use a longer file ID (up to 24 characters), add -F id_length=<number>

File Information

The maximum allowed file size is 512 MiB.

Files are kept for a minimum of 30 days, and a maximum of 90 days. Files do not require authentication to download and are not indexed. File names are changed to a random string of 3-24 characters and links cannot be recovered if lost or forgotten.

How long a file is kept depends on its size. Larger files are deleted earlier than small ones. This relation is non-linear and skewed in favour of small files.

Maximum Age Formula:
MIN_AGE + (MAX_AGE - MIN_AGE) * (1-(FILE_SIZE/MAX_SIZE))^1

Source & Contact

The PHP script used to provide this service is open source and available on GitHub.

For abuse reports or other inquiries, please write an email to management@femboyhoote.rs.