u-boot/doc/usage
Marek Vasut 4caacb2f29 net: wget: Support non-default HTTP port
Currently the wget command is hard wired to HTTP port 80. This is
inconvenient, as it is extremely easy to start trivial HTTP server
as an unprivileged user using e.g. python http module to serve the
files, but such a server has to run on one of the higher ports:
"
$ python3 -m http.server -d $(pwd) 8080
"

Make it possible to configure HTTP server port the same way it is
possible to configure TFTP server port, using environment variable
'httpdstp' (similar to 'tftpdstp'). Retain port 80 as the default
fallback port. This way, users can start their own trivial server
and conveniently download whatever files they need into U-Boot.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
2023-12-19 08:01:59 -05:00
..
cmd net: wget: Support non-default HTTP port 2023-12-19 08:01:59 -05:00
fit doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
os doc: usage: Convert README.plan9 to reST 2022-03-31 19:06:16 +02:00
blkmap.rst doc: harmonize Linux kernel documentation links 2023-07-09 04:00:06 +02:00
cmdline.rst doc: man-page for the env command 2022-04-15 11:23:02 +02:00
dfu.rst dfu: mmc: Add support for exposing whole mmc device 2023-10-31 14:53:05 +01:00
environment.rst net: wget: Support non-default HTTP port 2023-12-19 08:01:59 -05:00
fdt_overlays.rst doc: use .dtso as extension for device tree overlay sources 2023-10-11 13:22:32 -04:00
index.rst bootX measurements and measurement API moved to u-boot core 2023-10-27 19:27:29 -04:00
measured_boot.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
netconsole.rst global: Finish CONFIG -> CFG migration 2023-01-20 12:27:24 -05:00
partitions.rst blk: Rename if_type to uclass_id 2022-09-25 08:30:05 -06:00
semihosting.rst global: Use proper project name U-Boot (next2) 2023-09-21 13:20:11 +02:00
spl_boot.rst doc: describe TPL/VPL/SPL boot 2023-08-27 08:21:08 +02:00