Concept Flow - wget for file downloads
Start wget command
Resolve URL
Connect to server
Request file
Receive data chunks
Write data to file
Complete download
Exit with success or error
wget starts by resolving the URL, connects to the server, requests the file, downloads it chunk by chunk, writes it to disk, and finishes when complete.