sh zippyshare.sh url
sh zippyshare.sh url-list.txt # url-list.txt must contain one zippyshare.com url per line
Example:
sh zippyshare.sh http://www12.zippyshare.com/v/3456789/file.html
zippyshare.sh uses wget
with the --continue
flag, which skips over completed files and attempts to resume partially downloaded files.