S
Simon Says
Hi all,
Can anyone advice on how to use the SendFile function?
If I have a connection-oriented socket, I'll do a
sck.SendFile("C:\test.txt")
to send out the file, but what should I do on the receiving end? why isn't
there a ReceiveFile function?
--Thanks.
Can anyone advice on how to use the SendFile function?
If I have a connection-oriented socket, I'll do a
sck.SendFile("C:\test.txt")
to send out the file, but what should I do on the receiving end? why isn't
there a ReceiveFile function?
--Thanks.