@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…
@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 :)
@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? :)
@paolafrancesca commented on GitHub:
woha! there was a huge bug in the basic auth logic since #537 !
glad you reported @odoucet
fixed in #564
@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…
@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 👍
@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/…
@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:
…
@Spacelight42 commented on GitHub:
short version:
$ curl --progress-bar --interface eth0 --upload-file 20230623_121152.mp4 https://transfer.sh/ltw.mp4 …
@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…
@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…