Another Client Server Program

Hi friends,

In the another program

Q CREATE A server that asks for a password, then opens a file and sends the file over the network connection. Create a client that connects to this server, gives the appropriate password, then captures and saves the file.

Your suggestions are welcome

Nish

[321 byte] By [nish_atowna] at [2007-11-27 0:23:56]
# 1
See my reply on your other topic.Use fileinputstream to read from file and send bytes to the client, or use objectoutputstream to send the whole object....and at least try to devise a solution of your own before asking in the future, ok?
jadespirita at 2007-7-11 22:20:08 > top of Java-index,Core,Core APIs...
# 2
thanks for your helpNish
nish_atowna at 2007-7-11 22:20:08 > top of Java-index,Core,Core APIs...