• Joined on 2025-07-20
michael closed issue dutchcoders/transfer.sh#55 2026-01-19 18:28:47 +00:00
http-auth doesn't seem to work
michael closed issue dutchcoders/transfer.sh#56 2026-01-19 18:28:47 +00:00
Why were the patch versions for CVE-2022-40931 released so late?
michael commented on issue dutchcoders/transfer.sh#51 2026-01-19 18:28:46 +00:00
Download button fails for names with hash mark (#)

@paolafrancesca commented on GitHub:

adding that deleting from frontend is broken as well

michael opened issue dutchcoders/transfer.sh#53 2026-01-19 18:28:46 +00:00
How can I manage files uploaded?
michael opened issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down
michael closed issue dutchcoders/transfer.sh#52 2026-01-19 18:28:46 +00:00
Error: curl: no URL specified!
michael closed issue dutchcoders/transfer.sh#53 2026-01-19 18:28:46 +00:00
How can I manage files uploaded?
michael closed issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down
michael commented on issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down

@KevanGP commented on GitHub:

It is... I'm not the developer, just someone who knows someone else who uses it... They think it's a DNS issue, maybe the provider took issue with something a user…

michael commented on issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down

@stefanbenten commented on GitHub:

Website is available again.

michael commented on issue dutchcoders/transfer.sh#51 2026-01-19 18:28:46 +00:00
Download button fails for names with hash mark (#)

@paolafrancesca commented on GitHub:

@Ulysses1337

thanks for reporting the issue, I was able to reproduce

as you mentionedm for the curl upload with frontend giving 404 the problem is that…

michael commented on issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down

@stefanbenten commented on GitHub:

seems there is a transfersh.com, not sure who is hosting this

https://github.com/dutchcoders/transfer.sh#disclaimer

michael commented on issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down

@stefanbenten commented on GitHub:

We are awaiting input from the owner (@nl5887) of the actual domain, since it is a DNS problem.

michael commented on issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down

@laoclos commented on GitHub:

seems there is a transfersh.com, not sure who is hosting this

michael commented on issue dutchcoders/transfer.sh#53 2026-01-19 18:28:46 +00:00
How can I manage files uploaded?

@rty813 commented on GitHub:

I comprehend, thank you.

michael commented on issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down

@ShahrukhAbrar commented on GitHub:

I see. Is there any chance of reviewing this geoblock in future for these countries?

michael commented on issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down

@stefanbenten commented on GitHub:

HTTP itself or in your case HTTPS redirect is not setup on purpose, since a lot of malware distribution has been relying on not needing SSL capabilities.

michael commented on issue dutchcoders/transfer.sh#54 2026-01-19 18:28:46 +00:00
Website down

@stefanbenten commented on GitHub:

The service/host has an updated version of its geoblocking deployed, which currently sadly has to block the following countries due to abuse: `RU,CN,PK,KP,TJ,TM…

michael commented on issue dutchcoders/transfer.sh#52 2026-01-19 18:28:46 +00:00
Error: curl: no URL specified!

@paolafrancesca commented on GitHub:

@adrianmihalko the entry in .zshrc should be a single line, you can copy it directly from https://github.com/dutchcoders/transfer.sh#add-this-to-bashrc-or-z…

michael commented on issue dutchcoders/transfer.sh#49 2026-01-19 18:28:46 +00:00
Using aiohttp

@amayer5125 commented on GitHub:

I'm not familiar with aiohttp, but I got this example working pretty easily.

import aiohttp
import asyncio

a