allowPasscodeModification=false
@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…
@brodjieski commented on GitHub:
It looks like CIS is doing the following command for their method of auditing: `/usr/bin/sudo /usr/bin/defaults read /Library/Preferences/com.apple.TimeMachine.pli…
@paolafrancesca commented on GitHub:
@stefanbenten
taking @niss88 upload (https://transfer.sh/KnDl1c/out3.mp4), seeking does not work on the video player, that should be related to the range…
@ErrorNoInternet commented on GitHub:
This is also affecting parallel download tools (tools that connect to the server multiple times and download segments of the file in each thread). It makes a…