Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow binary files to be uploaded #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

presto8
Copy link

@presto8 presto8 commented May 15, 2020

Rewrite code to pass the length of the data and not use NULL termination. This allows binary files to be supported.

@divinity76
Copy link

divinity76 commented Apr 26, 2022

any reason this hasn't been merged? edit: last commit was 2018/4 years ago, i guess this project is abandoned? :(

this is shitty imo

hans@DESKTOP-2LHJILI:~$ printf "\x00\x00\x00" > file
hans@DESKTOP-2LHJILI:~$ cat file | nc termbin.com 9999
https://termbin.com/83ms
hans@DESKTOP-2LHJILI:~$ curl 'https://termbin.com/83ms' -s | wc -c
0
hans@DESKTOP-2LHJILI:~$ cat file | wc -c
3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants