I would like to transfer files between computers in the network.I've already an interface and i would like to incorporate in it.say, if i've a button and when i press this one, a dialog box appears where we can choose the files(like and the one which we see in e-mail attachements)and then press one more button to send the files.OK, before that the user would get connected to the server through the ip-address and the port.As of now, I'm able to communicate between the client and the sever(through sockets).so, for file transfer, i guess i need to write an ftp server and how abt the initial dialog box to select the files and so on.Is there any other efficient way of doing this one??? ALl your ideas are welcome:) Thanks for your time.
Im not sure i understand everything you are saying here, but from what i did understand it sounds like you need to look at the apidocs for JFileChooser.Could you explain a little more ... So you have already written the network part of this and you are just trying to build the gui?
I've a GUI and i've some basic idea with sockets and am successful in communicating between the server and the client.Now, I would like to implement the file transfer in this GUI. How shld i proceed with this,did i express it clearly? Thanks once again