As part of my Ant build process, I would like to upload files to the web server via an HTTP message. Ant only works with the HTTP Get task. However, Ant Contrib seems to have an HTTP Post task. The problem is that it does not have basic authentication (for example, get) or in any way indicate the download of the file (despite the fact that the documents say, "rawFile" is not part of the distribution).
My question is: Ant Does the Contrib Post task actually support what I want, but in an unobvious way (maybe I need to do this manually)? Or is there any other way to do this?
source
share