0
How can I send multiple file over the network using java.
Am trying to design a simple file transfer application using java but can't figure out sending more than one file.
1 Respuesta
0
Use threads to send multiple files at once.
Am trying to design a simple file transfer application using java but can't figure out sending more than one file.