@mptnan commented on GitHub:
Sorry but I'm always putting "wget -c url" and what's wrong with that
@paolafrancesca commented on GitHub:
hello @niss88
after some tests I can confirm that the code handles download resume on video and audio file (we could change for every file type, but…
@paolafrancesca commented on GitHub:
from wget documentation
-c
--continue
Continue getting a partially-downloaded file. This is useful when you want to finish up a download started…
@mptnan commented on GitHub:
My downloading file was a video... but I'll wait either way.
For testing I uploaded mp4 file for example https://transfer.sh/KnDl1c/out3.mp4 (~1 MB), tested like…
@paolafrancesca commented on GitHub:
I'm sorry @niss88, you are right range donwload works only for video and audio file: https://github.com/dutchcoders/transfer.sh/blob/main/server/handlers.go#L…
@brodjieski commented on GitHub:
The suggested fix may not correctly report the status if a system is running macOS Sonoma or Sequoia and is offered macOS Tahoe. I think the intent of this rule…
@paolafrancesca commented on GitHub:
there's the option to ask for an http basic authorization:
http-auth-user
@kzssc commented on GitHub:
Hiiiii thanks for the reply! I'm currently on 218+. I don't mind whichever way but I think Docker might be easier? haha!
@paolafrancesca commented on GitHub:
it's indeed esier to user directly the compiled binary available from the releases, since we build for a lot of OSes and platform
for the ds 218+ this one…
@andrewzah commented on GitHub:
Is it possible to set multiple? Ideally I’d like to set a token per person in case it needs to be revoked or changed.
@rs1278 commented on GitHub:
Adding my $0.02 FWIF
The approach of `/usr/bin/defaults read /Library/Preferences/com.apple.SoftwareUpdate.plist RecommendedUpdates
@paolafrancesca commented on GitHub:
@andrewzah see #537
@paolafrancesca commented on GitHub:
I will look into in ad an
--http-auth-htpasswdparam so that the credentials are read from an htpasswd file
I will work on it as soon I'll have a…