Skip to content

Instantly share code, notes, and snippets.

@arunmir
Last active February 26, 2020 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunmir/dd428d8de787bcc07ef4b513b97d0da3 to your computer and use it in GitHub Desktop.
Save arunmir/dd428d8de787bcc07ef4b513b97d0da3 to your computer and use it in GitHub Desktop.
#!/bin/bash
wget https://iotanalytics.unsw.edu.au/iottestbed/pcap/filelist.txt -O filelist.txt
cat filelist.txt | egrep -v "(^#.*|^$)" | xargs -n 1 wget
@amin-tayebi
Copy link

Parma University-Italy

@ibbad
Copy link

ibbad commented Feb 26, 2020

use --no-check-certificate option with wget to verify certificate for server hosting these files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment