spanishsteps
Programmer
Hello everybody,
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.
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.