I come seeking wisdom.
I wrote perl client and server socket programs to transfer files. They work fine when passing between themselves. Now I need to send and receive files from pro*c socket programs. I attempted to do this today, and the sockets make connections, but the files sent and received are 0 bytes.
I looked into a few reasons this might be, and saw that the pro*c programs send and receive STX and ETX at the start and end of files. I thought this was part of the IO::socket and I didn't have to code this in, am I wrong? What else am I missing here?
Does anyone have experience with this? I know samples of code would help, but they're too long to paste here.