I need to send a file from computer to computer in Java. I do it in a local network with a server/client model. But is it possible to do that over wide area network?
Clients might under the NAT. I send manually the external address and internal address which one is the receiver of the file (server) to the who sends the file (client).