Changes between Initial Version and Version 1 of Ticket #18725


Ignore:
Timestamp:
Dec 28, 2023, 9:06:18 PM (11 months ago)
Author:
X512
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18725 – Description

    initial v1  
    22
    33Server:
    4 ```
     4{{{
    55python3 -m http.server --bind 0.0.0.0 80
    6 ```
     6}}}
    77
    88Client:
    9 ```
     9{{{
    1010/Haiku/data/distrib> wget -O - http://127.0.0.1/Fedora-Workstation-Live-x86_64-38-1.6.iso > /dev/null
    1111--2023-12-29 05:51:44--  http://127.0.0.1/Fedora-Workstation-Live-x86_64-38-1.6.iso
     
    1616
    1717-                                0%[                                                  ]   4.44M   284KB/s    eta 2h 0m 
    18 ```
     18}}}
    1919
    2020DD for reference:
    21 ```
     21{{{
    2222/Haiku/data/distrib> dd if=/Haiku/data/distrib/Fedora-Workstation-Live-x86_64-38-1.6.iso of=/dev/null bs=1M
    23232002+1 records in
    24242002+1 records out
    25252099451904 bytes (2.1 GB, 2.0 GiB) copied, 0.199473 s, 10.5 GB/s
    26 ```
     26}}}
    2727