File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Dowloading file from a remote location on to another remote machine. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Dowloading file from a remote location on to another remote machine." Watch "Dowloading file from a remote location on to another remote machine." New topic
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
    
    2

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Dowloading file from a remote location on to another remote machine.
 
Similar Threads
dowloading file from a server problem
Dowloading a file from a a struts 2 web application
Dowloading a Table as a csv File
Any help in dowloading visualcafe.
Are there any dowloading classes in Java?