Hey guys, well im currently developing an online game and im wondering. I can use an Object output stream to send objects from the server to the client. But is there a way to send an entire file through the stream and be able to read it? Kinda like an ftp accept the server will make a txt file with all the info of the server in on the fly and send it to the client who will then send a txt file back to convert it on the fly. Is this possible without using a ftp method?
BTW im using sockets for connections.
sorry if this doesnt make that much sence, but any help would be very much appreciated.