WeSearch

uget – stupid get-file-over-HTTP program/function

·1 min read · 0 reactions · 0 comments · 4 views
#http#file download#command-line tools#open source#software development#uget#wget#curl#ssdp-scan#ssdp-responder#Joachim Wiberg#[email protected]
uget – stupid get-file-over-HTTP program/function
⚡ TL;DR · AI summary

uget is a minimal program for retrieving files over HTTP, primarily intended for small or experimental use cases. It offers basic command-line options for HTTP requests but is explicitly not recommended for production use. The author suggests using more robust tools like wget or curl for everyday file retrieval tasks.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

Almost Useless get-file-over-http Program Usage: uget [-hInsvV] [-c CACERT] [-o FILE] [-t SEC.MSEC] [URL] Options: -c CACERT Override built-in path to CA certificate to use to verify peer -h This help text -I Ask server for HEAD of location instead of GET whole content -n Disable TCP_NODELAY socket option -o FILE Write output to FILE rather than stdout -s Disable strict certificate validation -t SEC.MSEC Set socket send/recv timeout -v Verbose mode, use twice to enable debug messages -V Show program name and version Copyright (c) 2019-2022 Joachim Wiberg <[email protected]> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub