• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#63 2026-01-19 18:28:48 +00:00
Provider not set or invalid

@paolafrancesca commented on GitHub:

@JSBmanD not sure how it worked before, since there's no sh binary in the image (it's based on scratch: only transfer.sh binary)

the proper command…

michael commented on issue dutchcoders/transfer.sh#62 2026-01-19 18:28:48 +00:00
Error (403) during upload of file occured

@stefanbenten commented on GitHub:

Closing due to #556

michael commented on issue dutchcoders/transfer.sh#61 2026-01-19 18:28:48 +00:00
HTTP_AUTH_USER / HTTP_AUTH_PASS ignored

@odoucet commented on GitHub:

Thanks! I'll wait for https://hub.docker.com/r/dutchcoders/transfer.sh to be updated and I'll confirm to you if it is fixed :)

michael commented on issue dutchcoders/transfer.sh#61 2026-01-19 18:28:48 +00:00
HTTP_AUTH_USER / HTTP_AUTH_PASS ignored

@paolafrancesca commented on GitHub:

@odoucet can you please share how do you launch your docker container? either cli command line for docker run, your docker-compose file, or whatever? :)

michael commented on issue dutchcoders/transfer.sh#61 2026-01-19 18:28:48 +00:00
HTTP_AUTH_USER / HTTP_AUTH_PASS ignored

@paolafrancesca commented on GitHub:

woha! there was a huge bug in the basic auth logic since #537 !

glad you reported @odoucet

fixed in #564

michael commented on issue dutchcoders/transfer.sh#63 2026-01-19 18:28:48 +00:00
Provider not set or invalid

@JSBmanD commented on GitHub:

@aspacca thank you, it worked!

Just for future I'll post ready yml config:

version: "3"
services:
  transfer-sh:
    image: dutchcoders/transfer.sh:latest…
michael commented on issue dutchcoders/transfer.sh#59 2026-01-19 18:28:48 +00:00
transfer.sh shasum of upload and download not matching

@stefanbenten commented on GitHub:

If you are fine with it, i would recommend to close the issue for now until you can reproduce it again 👍

michael commented on issue dutchcoders/transfer.sh#59 2026-01-19 18:28:48 +00:00
transfer.sh shasum of upload and download not matching

@hgezim commented on GitHub:

Downloading a file in Firefox gives me a different shasum number as well as a warning from FF: <img width="599" alt="Xnip2023-06-23_23-38-06" src="https://github.com/…

michael commented on issue dutchcoders/transfer.sh#59 2026-01-19 18:28:48 +00:00
transfer.sh shasum of upload and download not matching

@hgezim commented on GitHub:

Can't reproduce at this point. It was a .tar.gz file for what it's worth.

On Tue, Jun 27, 2023 at 6:35 PM, Stefan Benten < @.*** > wrote:

michael opened issue dutchcoders/transfer.sh#61 2026-01-19 18:28:48 +00:00
HTTP_AUTH_USER / HTTP_AUTH_PASS ignored
michael opened issue dutchcoders/transfer.sh#62 2026-01-19 18:28:48 +00:00
Error (403) during upload of file occured
michael opened issue dutchcoders/transfer.sh#63 2026-01-19 18:28:48 +00:00
Provider not set or invalid
michael closed issue dutchcoders/transfer.sh#61 2026-01-19 18:28:48 +00:00
HTTP_AUTH_USER / HTTP_AUTH_PASS ignored
michael closed issue dutchcoders/transfer.sh#62 2026-01-19 18:28:48 +00:00
Error (403) during upload of file occured
michael closed issue dutchcoders/transfer.sh#63 2026-01-19 18:28:48 +00:00
Provider not set or invalid
michael commented on issue dutchcoders/transfer.sh#57 2026-01-19 18:28:47 +00:00
curl doesn't return download url

@Spacelight42 commented on GitHub:

short version:

$ curl --progress-bar --interface eth0 --upload-file 20230623_121152.mp4 https://transfer.sh/ltw.mp4                                       …
michael commented on issue dutchcoders/transfer.sh#57 2026-01-19 18:28:47 +00:00
curl doesn't return download url

@paolafrancesca commented on GitHub:

could you also share curl --version and

$ curl --progress-bar --interface eth0 --trace-ascii curl-trace.txt --upload-file 20230623_121152.mp4…
michael opened issue dutchcoders/transfer.sh#58 2026-01-19 18:28:47 +00:00
Support pasting text
michael opened issue dutchcoders/transfer.sh#59 2026-01-19 18:28:47 +00:00
transfer.sh shasum of upload and download not matching
michael commented on issue dutchcoders/transfer.sh#57 2026-01-19 18:28:47 +00:00
curl doesn't return download url

@marzocchi commented on GitHub:

hi @Spacelight42, can you try again with

curl --progress-bar --interface eth0 --upload-file 20230623_121152.mp4 https://transfer.sh/ltw.mp4; printf…