I want to write a ant/maven script to download and install some of the internal applications.
I am looking for tool which can give functionality like wget or curl so that I can directly call that from ant/maven it should support multiple protocols like https, ftp, http.
I expect there could be tool by Apache but not getting it.
Does http://hc.apache.org/ works as wget/curl I want all the verification like ssl certificate verification and all.
 
    