I have a socket connection running on
listener - Server A port 50 client - Server B I can talk btwn the client and server with no problem, but I want to send a file over the TCP socket connection. Does any one have any examples?
I have a socket connection running on
listener - Server A port 50 client - Server B I can talk btwn the client and server with no problem, but I want to send a file over the TCP socket connection. Does any one have any examples?