# cURL default configuration file # http://curl.haxx.se/docs/manpage.html # Limit the time (in seconds) the connection to the server is allowed to take connect-timeout = 30 # Follow HTTP redirects location # Show progress using a progress meter progress-bar # When following a redirect, automatically set the previous URL as referer referer = ";auto" # Set timestamp for the downloaded file from HTTP header (if available) remote-time # Show error messages show-error # Send a fake UA string for the HTTP servers that sniff it # Disguise as Firefox on NT user-agent = Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 # Default to -O --remote-name-all