I am trying to use the source services to download my source files. I need to download two tar files but the source ends up being the same file name. Is there an additional param to define the destination file name?
<services>
<service name="download_url"><param name="path">viewvc/opennop/daemon/trunk/?view=tar</param><param name="host">opennop.svn.sourceforge.net</param></service>
<service name="download_url"><param name="path">viewvc/opennop/module/trunk/?view=tar</param><param name="host">opennop.svn.sourceforge.net</param></service>
</services>
If there is a rename service I can download the first rename it as needed, download the second then rename it. A destination name param would just be easier.
Thanks.