I want to write a Java code, which will send a simple text file between two computers via internet. I know i must have a client which send a file using specified Ip address and some server. I also hava a Google App Engine. I have been looking for some examples but i haven’t found anything. Could you give me some simple example or somethig ?
Share
http://docs.oracle.com/javase/tutorial/networking/sockets/index.html
from Java tutorial is a good point to start with