• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#84 2026-01-19 18:28:54 +00:00
provider-storj: Getting error 'not found' for every uploaded file

@stefanbenten commented on GitHub:

Could it be that your access grant does not allow list/download/deletes? Did you try listing the bucket and downloading the file using the same access grant?

michael commented on issue dutchcoders/transfer.sh#82 2026-01-19 18:28:54 +00:00
--listener should allow specifying the network interface too, not just the port

@mpl commented on GitHub:

@aspacca cool.

Btw, on that subject, I would advise you not to ignore the error at

https://github.com/dutchcoders/transfer.sh/blob/main/server/server.go#L549

be…

michael commented on issue dutchcoders/transfer.sh#83 2026-01-19 18:28:54 +00:00
Can we have powershell variant of transfer function?

@paolafrancesca commented on GitHub:

hello @thisismygitrepo , I don't know anything about .ps1, sorry If you are able to provide a version of the scripts for it, I will gladly add to the content

michael opened issue usnistgov/macos_security#4 2026-01-19 18:28:54 +00:00
Redacted
michael commented on issue dutchcoders/transfer.sh#84 2026-01-19 18:28:54 +00:00
provider-storj: Getting error 'not found' for every uploaded file

@stefanbenten commented on GitHub:

Do you see both files in the bucket? There should be the raw file and the .metadata file. The above suggests, that the metadata file isnt there. @anaschaudhary33

michael opened issue usnistgov/macos_security#2 2026-01-19 18:28:54 +00:00
pwpolicy_history_enforce set incorrectly for Tahoe CIS lvl1
michael closed issue dutchcoders/transfer.sh#82 2026-01-19 18:28:54 +00:00
--listener should allow specifying the network interface too, not just the port
michael opened issue usnistgov/macos_security#3 2026-01-19 18:28:54 +00:00
Tailoring system_settings_screensaver_ask_for_password_delay_enforce $ODV=0 does not create a custom rule
michael closed issue dutchcoders/transfer.sh#83 2026-01-19 18:28:54 +00:00
Can we have powershell variant of transfer function?
michael opened issue dutchcoders/transfer.sh#84 2026-01-19 18:28:54 +00:00
provider-storj: Getting error 'not found' for every uploaded file
michael commented on issue dutchcoders/transfer.sh#82 2026-01-19 18:28:54 +00:00
--listener should allow specifying the network interface too, not just the port

@mpl commented on GitHub:

sure, thanks. I might do that then ;)

michael commented on issue dutchcoders/transfer.sh#82 2026-01-19 18:28:54 +00:00
--listener should allow specifying the network interface too, not just the port

@paolafrancesca commented on GitHub:

good catch! thanks

btw, feel free to open a PR for it if you have time :)

michael commented on issue dutchcoders/transfer.sh#82 2026-01-19 18:28:54 +00:00
--listener should allow specifying the network interface too, not just the port

@mpl commented on GitHub:

Nevermind, I was fooled by your log line that says "listening on port:" (it should say "listening on addr" or something like that instead), but it actually works since…

michael commented on issue usnistgov/macos_security#3 2026-01-19 18:28:54 +00:00
Tailoring system_settings_screensaver_ask_for_password_delay_enforce $ODV=0 does not create a custom rule

@brodjieski commented on GitHub:

Identified the issue where when setting the value to 0, python treated it as false. This is corrected in the dev_2.0 branch, but not sure we will address in 1.0.

michael commented on issue dutchcoders/transfer.sh#82 2026-01-19 18:28:54 +00:00
--listener should allow specifying the network interface too, not just the port

@paolafrancesca commented on GitHub:

Nevermind, I was fooled by your log line that says "listening on port:" (it should say "listening on addr"

I will change the log entry :)

michael commented on issue dutchcoders/transfer.sh#83 2026-01-19 18:28:54 +00:00
Can we have powershell variant of transfer function?

@thisismygitrepo commented on GitHub:

Hi A, actually windows natively support cmd (surprise) so I'm calling the .cmd script that you provided with no issue whatsoever.

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@W01v3n commented on GitHub:

@aspacca Oh, I thought that it wouldn't work because there is a different repository for the web interface: https://github.com/dutchcoders/transfer.sh-web

michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@W01v3n commented on GitHub:

Look, I'm pretty 100% sure that nobody got this to work. It looks like this entire is project is corrupt and broken to begin with, so before you will completely…

michael opened issue dutchcoders/transfer.sh#82 2026-01-19 18:28:53 +00:00
--listener should allow specifying the network interface too, not just the port
michael commented on issue dutchcoders/transfer.sh#81 2026-01-19 18:28:53 +00:00
The readme file doesn't explain how to deploy a server for a VPS

@W01v3n commented on GitHub:

@aspacca The original repository does not include any HTML files.. I went to this repository https://github.com/dutchcoders/transfer.sh-web and I did everything…