I have to create a file transfer program. What I have right now is a server and client that can transfer text files by reading one line of text at a time and sending it over the socket. What I want to do is keep the text stream so that I can communicate what files are available on the server end and let the client type back what they would like. Is it possible to create a second stream, a byte stream, on the same socket to transfer files?
Thanks for the help
Chris
Thanks for the help
Chris