Downloading a large file with a crappy internet connection

Jul 08, 2007 19:52

I find this command useful:
bash$ until curl -C- -O http://server/path/name; do echo; done

shell, bash, computer

Previous post Next post
Up