Apple Resources - wget2
http://edu-observatory.org/olli/Apple_Resources/wget2.html



In Mac's Terminal (Finder > Applications > Utilities > Terminal)

1. Install Homebrew
   bash
   /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"   
  
2. Install wget2 (using Homebrew) 
   brew install wget2 
  
3. Using wget2  
   Man page for wget2
   man wget2
   Check my bandwidth 
   wget2 -O /dev/null --report-speed=bits http://cachefly.cachefly.net/100mb.test
   wget2 -O /dev/null --report-speed=bits http://cachefly.cachefly.net/100mb.test --bind-address `ipconfig getifaddr en0`


  
  

 
    sam.wormley@gmail.com