Originally posted by kirty nahar:
Hello
1.I am trying to develop a program that would transfer a directory containing any no of sub-directories having any number and any type of files (exe,dll,txt etc) from the client to server of any size. Please Help
Since you asked this question a
month ago you must be well on your way to achieving this goal. That is, unless you are waiting for us to do your work for you. If you've done any searching on this site or looked at the
Java Tutorial's section on IO, you'd know that transferring files across a network is a no-brainer. You are going to have to write a client and install it by hand (or use a signed
applet or Java Web Start) to do the work on the client side.
2.How can I install/update an exe file from the server to the client (preferablly 10 clients at a time) automatically with just one click.
That depends on what you are trying to install. Many install programs have a "silent" mode where they can be run without user interaction. Maybe
you should read the documentation of the products you are attempting to install.