Changes between Initial Version and Version 1 of Ticket #18725
- Timestamp:
- Dec 28, 2023, 9:06:18 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18725 – Description
initial v1 2 2 3 3 Server: 4 ``` 4 {{{ 5 5 python3 -m http.server --bind 0.0.0.0 80 6 ``` 6 }}} 7 7 8 8 Client: 9 ``` 9 {{{ 10 10 /Haiku/data/distrib> wget -O - http://127.0.0.1/Fedora-Workstation-Live-x86_64-38-1.6.iso > /dev/null 11 11 --2023-12-29 05:51:44-- http://127.0.0.1/Fedora-Workstation-Live-x86_64-38-1.6.iso … … 16 16 17 17 - 0%[ ] 4.44M 284KB/s eta 2h 0m 18 ``` 18 }}} 19 19 20 20 DD for reference: 21 ``` 21 {{{ 22 22 /Haiku/data/distrib> dd if=/Haiku/data/distrib/Fedora-Workstation-Live-x86_64-38-1.6.iso of=/dev/null bs=1M 23 23 2002+1 records in 24 24 2002+1 records out 25 25 2099451904 bytes (2.1 GB, 2.0 GiB) copied, 0.199473 s, 10.5 GB/s 26 ``` 26 }}} 27 27