
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@hitorisensei/http-transfer-server
Advanced tools
Application that allows transferring files via HTTP protocol without size limit or storing any of the transferred data (excluding socket buffers).
Application that allows transferring files via HTTP protocol without size limit or storing any of the transferred data (excluding socket buffers).
After you start the server on [port], you can initiate transfer by using POST, eg using cURL:
curl -N --data-binary "@/file/to/transfer" "server[:port]"
eg.
curl -N --data-binary "@/var/logs/log.log" "https://transfer.example.com"
You will be prompted with GET address to fetch the file on the remote machine:
Awaiting GET /1d12c367-8e83-4cce-abb9-0eaee0a69f90
...
then you can then get the file using:
curl "https://transfer.example.com/1d12c367-8e83-4cce-abb9-0eaee0a69f90" >
log.log
You can also supply your own id in POST path:
curl -N --data-binary "@/var/logs/log.log"
"https://transfer.example.com/my-id"
then you can get the file using:
curl "https://transfer.example.com/my-id" > log.log
Options:
--version Show version number [boolean]
--port Port at which to start HTTP server [number] [default: 18080]
--timeout Time allowed to wait for the GET command to fetch the file. (0
means indefinitely) [number] [default: 0]
--help Show help [boolean]
FAQs
Application that allows transferring files via HTTP protocol without size limit or storing any of the transferred data (excluding socket buffers).
The npm package @hitorisensei/http-transfer-server receives a total of 1 weekly downloads. As such, @hitorisensei/http-transfer-server popularity was classified as not popular.
We found that @hitorisensei/http-transfer-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.