| Author |
Dowloading file from a remote location on to another remote machine.
|
Yogendra Singh Butola
Greenhorn
Joined: Sep 28, 2011
Posts: 12
|
|
Hi,
As a part of improving the build process, I popped up with an idea to dowload the ear file staright to my remote dev server, instead of dowloading it locally first and the uploading it to the remote dev server.
Is there anything available in the ANT which allows me to do it ?
Thanks in Advance !!
Yogen....
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
Sure, I do something like that (although I don't call it "downloading"). I map a drive to the remote share, then I copy the file to that drive, then I unmap the drive. All using ANT commands.
|
 |
 |
|
|
subject: Dowloading file from a remote location on to another remote machine.
|
|
|