|
24 | 24 |
|
25 | 25 | ###### Did the program displayed the name and path of the file that was saved? |
26 | 26 |
|
27 | | -##### Try to download a big file, for example: `./wget http://ipv4.download.thinkbroadband.com/100MB.zip` |
| 27 | +##### Try to download a big file, for example: `./wget https://assets.01-edu.org/wgetDataSamples/Sample.zip` |
28 | 28 |
|
29 | 29 | ###### Did the program download the expected file? |
30 | 30 |
|
|
36 | 36 |
|
37 | 37 | ###### While downloading, did the progress bar progressed smoothly (kept up with the time that the download took to finish)? |
38 | 38 |
|
39 | | -##### Try to run the following command, `./wget -O=test_20MB.zip http://ipv4.download.thinkbroadband.com/20MB.zip` |
| 39 | +##### Try to run the following command, `./wget -O=test_20MB.zip https://assets.01-edu.org/wgetDataSamples/20MB.zip` |
40 | 40 |
|
41 | 41 | ###### Did the program downloaded the file with the name `test_20MB.zip`? |
42 | 42 |
|
43 | | -##### Try to run the following command, `./wget -O=test_20MB.zip -P=~/Downloads/ http://ipv4.download.thinkbroadband.com/20MB.zip` |
| 43 | +##### Try to run the following command, `./wget -O=test_20MB.zip -P=~/Downloads/ https://assets.01-edu.org/wgetDataSamples/20MB.zip` |
44 | 44 |
|
45 | 45 | ###### Can you see the expected file in the "~/Downloads/" folder? |
46 | 46 |
|
47 | | -##### Try to run the following command, `./wget --rate-limit=300k http://ipv4.download.thinkbroadband.com/20MB.zip` |
| 47 | +##### Try to run the following command, `./wget --rate-limit=300k https://assets.01-edu.org/wgetDataSamples/20MB.zip` |
48 | 48 |
|
49 | 49 | ###### Was the download speed always lower than 300KB/s? |
50 | 50 |
|
51 | | -##### Try to run the following command, `./wget --rate-limit=700k http://ipv4.download.thinkbroadband.com/20MB.zip` |
| 51 | +##### Try to run the following command, `./wget --rate-limit=700k https://assets.01-edu.org/wgetDataSamples/20MB.zip` |
52 | 52 |
|
53 | 53 | ###### Was the download speed always lower than 700KB/s? |
54 | 54 |
|
55 | | -##### Try to run the following command, `./wget --rate-limit=2M http://ipv4.download.thinkbroadband.com/20MB.zip` |
| 55 | +##### Try to run the following command, `./wget --rate-limit=2M https://assets.01-edu.org/wgetDataSamples/20MB.zip` |
56 | 56 |
|
57 | 57 | ###### Was the download speed always lower than 2MB/s? |
58 | 58 |
|
59 | 59 | ##### Try to create a text file with the name `downloads.txt` and save into it the links below. Then run the command `./wget -i=downloads.txt` |
60 | 60 |
|
61 | 61 | ``` |
62 | | -https://pbs.twimg.com/media/EMtmPFLWkAA8CIS.jpg |
63 | | -http://ipv4.download.thinkbroadband.com/20MB.zip |
64 | | -http://ipv4.download.thinkbroadband.com/10MB.zip |
| 62 | +https://assets.01-edu.org/wgetDataSamples/Image_20MB.zip |
| 63 | +https://assets.01-edu.org/wgetDataSamples/20MB.zip |
| 64 | +https://assets.01-edu.org/wgetDataSamples/Image_10MB.zip |
65 | 65 | ``` |
66 | 66 |
|
67 | 67 | ###### Did the program download all the files from the downloads.txt file? (EMtmPFLWkAA8CIS.jpg, 20MB.zip, 10MB.zip) |
68 | 68 |
|
69 | 69 | ###### Did the downloads occurred in an asynchronous way? (tip: look to the download order) |
70 | 70 |
|
71 | | -##### Try to run the following command, `./wget -B http://ipv4.download.thinkbroadband.com/20MB.zip` |
| 71 | +##### Try to run the following command, `./wget -B https://assets.01-edu.org/wgetDataSamples/20MB.zip` |
72 | 72 |
|
73 | 73 | ``` |
74 | 74 | Output will be written to ‘wget-log’. |
|
0 commit comments