getting the following error...
curl: (56) GnuTLS recv error (-54): Error in the pull function.
...when using the following command to curl a json file
curl -L -o commerce.json http://www.commerce.gov/data.json
Any advice? I'm not familiar with curl. Perhaps it's a timeout error. Is there anyway I can prevent that? I really need the file, and I am unable to download it from a browser (assuming too big a file).
I'm working from command line on Ubuntu. Would love, alternatively to curl, a python solution.