@golbiga commented on GitHub:
@PazDak This was added to the project. Thanks for the feedback.
@nl5887 commented on GitHub:
Previous week I updated transfer.sh. You should be able to upload files without a filename now. Btw curl will append the filename of the uploaded file by default.
@jtoy commented on GitHub:
@nl5887 check out file.io's api, no need to upload the file name also: https://www.file.io/#one $ curl -F "file=@test.txt" https://file.io {"success":true,"key":"2ojE41"…
@nl5887 commented on GitHub:
When using --upload-file the file will be send as body, without any Content-Type or filename hints. That's the reason to send the filename with the request.
@nl5887 commented on GitHub:
I'm planning an upgrade with a lot of issues fixed and enhancements, will take this into account as well.
@jtoy commented on GitHub:
I see, would it be useful if we generated a fake file name and extension if no file name was provided? That way we at least give the user the option of not having to…
@robertgendler commented on GitHub:
The MaxSessions setting within sshd.conf does not do what people think it does exactly.
This turns out the only way to limit it is by editing the kernel…
@nl5887 commented on GitHub:
Thx, this should be fixed now.