mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 23:46:13 +00:00
The CURL option "-L" should be used here in order to allow CURL to follow HTTP redirects. Without this option, this statement will not allow to download an archive from e.g. sourceforge.org. The class "SaveHttpResponseTo" uses the "-L" option as well.