u-boot/doc/usage/cmd
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
..
acpi.rst acpi: Add a comment to set the acpi tables 2023-07-17 17:08:44 +08:00
addrmap.rst
armffa.rst arm_ffa: introduce armffa command 2023-08-08 10:22:03 -04:00
askenv.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
base.rst
bdinfo.rst doc: Clean up SYS_MALLOC_SIMPLE 2023-10-06 14:38:12 -04:00
bind.rst doc: bind man-page 2023-06-23 15:53:10 +02:00
blkcache.rst doc: man-page for blkcache 2023-01-20 16:38:52 +01:00
bootd.rst Documentation: man-page for command bootd 2022-11-16 08:34:06 +01:00
bootdev.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
bootefi.rst cmd/bootefi: correct command syntax 2022-05-28 10:59:27 +02:00
bootflow.rst bootstd: Add a return code to bootflow menu 2023-11-14 20:04:00 -07:00
booti.rst
bootm.rst doc: Improve documentation for the bootm command 2023-06-23 16:28:13 +02:00
bootmenu.rst menu: remove CTRL+C to quit 2023-02-10 13:05:39 +01:00
bootmeth.rst bootstd: Rename distro and syslinux to extlinux 2023-05-13 09:52:32 -04:00
bootz.rst doc: man-page for bootz command 2022-06-19 15:53:09 +02:00
button.rst
cat.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
cbsysinfo.rst
cedit.rst expo: cedit: Support reading settings from CMOS RAM 2023-08-25 13:54:33 -04:00
cls.rst doc: man-page for cls 2022-10-10 16:34:25 +02:00
cmp.rst doc: in cmp man-page replace 'tuples' by 'values' 2022-11-22 12:00:01 +01:00
coninfo.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
conitrace.rst
cp.rst doc: man-page for cp 2023-05-04 09:57:43 +02:00
cyclic.rst cyclic: Add documentation 2022-09-13 16:01:44 -04:00
dm.rst cmd: dm: allow for selecting uclass and device 2023-09-23 12:31:25 -06:00
ebtupdate.rst Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra 2023-02-23 17:40:18 -05:00
echo.rst
efi.rst efi: Support showing tables 2023-03-25 11:07:22 +01:00
eficonfig.rst doc: eficonfig: add description for UEFI Secure Boot Configuration 2022-12-02 19:17:25 +01:00
env.rst doc: man-page for the env command 2022-04-15 11:23:02 +02:00
event.rst
exception.rst
exit.rst cmd: exit: Fix return value propagation out of environment scripts 2023-01-11 15:02:24 -05:00
extension.rst
false.rst
fatinfo.rst
fatload.rst
fdt.rst fdt: Show a message when the working FDT changes 2022-10-17 21:17:12 -06:00
font.rst doc: update font man-page 2023-01-27 18:31:59 +01:00
for.rst
fwu_mdata.rst FWU: cmd: Add a command to read FWU metadata 2022-10-31 14:47:33 -04:00
gpio.rst doc: Add gpio status output fields description 2022-09-01 07:21:25 +02:00
gpt.rst doc: gpt: fix example of echoing variable 2023-10-27 16:01:47 -04:00
history.rst cli: Add a command to show cmdline history 2023-10-11 15:43:54 -04:00
host.rst dm: Add documentation for host command and implementation 2022-11-07 16:24:30 -07:00
imxtract.rst doc: man-page for imxtract 2023-06-16 06:45:19 +02:00
load.rst doc: usage: load: document part as hexadecimal 2023-09-29 12:55:39 +02:00
loadb.rst doc: fix typo loady in loadb man-page 2023-07-01 17:00:52 +02:00
loadm.rst cmd: load: add load command for memory mapped 2022-06-22 11:35:47 -04:00
loads.rst doc: loads man-page 2023-07-01 17:00:52 +02:00
loadx.rst doc: loadx man-page 2023-06-02 10:59:15 +02:00
loady.rst doc: fix loady man-page 2023-06-02 10:59:15 +02:00
mbr.rst
md.rst
mmc.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
mtest.rst doc: man-page for mtest 2023-01-27 18:31:59 +01:00
mtrr.rst x86: mtrr: Add documentation 2023-07-17 17:08:44 +08:00
panic.rst doc: man-page for panic command 2023-03-13 13:56:14 +01:00
part.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
pause.rst cmd: Add pause command 2022-09-02 13:40:42 -04:00
pinmux.rst
printenv.rst doc: correct heading level in printenv man-page 2022-12-20 16:06:48 +01:00
pstore.rst
qfw.rst doc: typo 'form' in qfw.rst 2023-11-11 01:44:09 +01:00
read.rst doc: document read/write commands 2023-03-17 16:10:42 -04:00
reset.rst
rng.rst doc: rng: Add documentation for the rng command 2022-08-02 23:50:02 +03:00
saves.rst doc: saves man-page 2023-07-01 17:00:52 +02:00
sbi.rst doc: update sbi command example 2022-11-06 10:50:04 +01:00
scp03.rst
seama.rst cmd: Add a SEAMA image load command 2023-02-06 17:10:15 -05:00
setexpr.rst doc: complete setexpr configuration information 2023-02-10 13:05:39 +01:00
sf.rst
size.rst
sleep.rst doc: sleep man-page 2023-01-27 18:31:59 +01:00
sm.rst doc/usage: cmd: sm: documentation efusedump cmd 2023-01-17 09:27:17 +01:00
sound.rst cmd: allow sound command to play multiple sounds 2022-12-20 16:06:48 +01:00
source.rst Prepare v2023.07-rc6 2023-07-05 11:28:55 -04:00
temperature.rst doc: cmd: temperature: add documentation 2022-10-11 15:40:48 -04:00
tftpput.rst Pull request for efi-2022-10-rc5 2022-09-09 15:07:05 -04:00
trace.rst trace: Update documentation 2023-02-11 12:22:35 -05:00
true.rst
ums.rst
unbind.rst doc: unbind man-page 2023-06-23 15:53:10 +02:00
ut.rst test: Add a way to detect a test that breaks another 2022-11-07 16:24:30 -07:00
wdt.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00
wget.rst net: wget: Support non-default HTTP port 2023-12-19 08:01:59 -05:00
write.rst doc: document read/write commands 2023-03-17 16:10:42 -04:00
xxd.rst doc: shorten overlong title underlines 2023-11-11 01:44:08 +01:00