diff options
| author | Tom Rini <[email protected]> | 2024-01-03 09:22:47 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-03 09:22:47 -0500 |
| commit | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (patch) | |
| tree | fe6948c32270774f94fd1f46b0a480afaa3f9669 /doc/usage/cmd | |
| parent | dffa6d0210f57793f1e4e1e209d91ca5642e4d05 (diff) | |
| parent | 80cb22c58bd9ec11e970bae84510a99171b691eb (diff) | |
Merge tag 'v2024.01-rc6' into next
Prepare v2024.01-rc6
Diffstat (limited to 'doc/usage/cmd')
| -rw-r--r-- | doc/usage/cmd/wget.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/usage/cmd/wget.rst b/doc/usage/cmd/wget.rst index e1e7f8d8145..8e7383b6c60 100644 --- a/doc/usage/cmd/wget.rst +++ b/doc/usage/cmd/wget.rst @@ -16,7 +16,8 @@ Description The wget command is used to download a file from an HTTP server. wget command will use HTTP over TCP to download files from an HTTP server. -Currently it can only download image from an HTTP server hosted on port 80. +By default the destination port is 80 and the source port is pseudo-random. +The environment variable *httpdstp* can be used to set the destination port. address memory address for the data downloaded |
