• Joined on 2025-07-20
michael opened issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?
michael opened issue usnistgov/macos_security#31 2026-01-19 18:28:59 +00:00
Incorrect logic in system_settings_softwareupdate_current
michael closed issue dutchcoders/transfer.sh#107 2026-01-19 18:28:59 +00:00
Guide for deploying on Synology?
michael opened issue usnistgov/macos_security#33 2026-01-19 18:28:59 +00:00
Time Machine encryption check fails with space in mount point - system_settings_time_machine_encrypted_configure
michael closed issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?
michael closed issue usnistgov/macos_security#32 2026-01-19 18:28:59 +00:00
Generate a consolidated configuration profile
michael closed issue usnistgov/macos_security#33 2026-01-19 18:28:59 +00:00
Time Machine encryption check fails with space in mount point - system_settings_time_machine_encrypted_configure
michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@mptnan commented on GitHub:

Sorry but I'm always putting "wget -c url" and what's wrong with that

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@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…

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@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…
michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@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…

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@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…

michael commented on issue usnistgov/macos_security#31 2026-01-19 18:28:59 +00:00
Incorrect logic in system_settings_softwareupdate_current

@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…

michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@paolafrancesca commented on GitHub:

there's the option to ask for an http basic authorization:

http-auth-user 
michael commented on issue dutchcoders/transfer.sh#107 2026-01-19 18:28:59 +00:00
Guide for deploying on Synology?

@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!

michael commented on issue dutchcoders/transfer.sh#107 2026-01-19 18:28:59 +00:00
Guide for deploying on Synology?

@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…

michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@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.

michael commented on issue usnistgov/macos_security#31 2026-01-19 18:28:59 +00:00
Incorrect logic in system_settings_softwareupdate_current

@rs1278 commented on GitHub:

Adding my $0.02 FWIF

The approach of `/usr/bin/defaults read /Library/Preferences/com.apple.SoftwareUpdate.plist RecommendedUpdates

michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@paolafrancesca commented on GitHub:

@andrewzah see #537

michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@paolafrancesca commented on GitHub:

I will look into in ad an --http-auth-htpasswd param so that the credentials are read from an htpasswd file

I will work on it as soon I'll have a…