hi!
How can i transfer a file over a socket?
I thought it would be pretty straightforward, but I couldn't think of any way.
The FileInputStream class cannot be wrapped around a socket, quite naturally, the way a DataInputStream can.
Any help would be greatly appreciated.
Avendeval
How can i transfer a file over a socket?
I thought it would be pretty straightforward, but I couldn't think of any way.
The FileInputStream class cannot be wrapped around a socket, quite naturally, the way a DataInputStream can.
Any help would be greatly appreciated.
Avendeval