shazj
11-12-2002, 07:15 PM
I'm developing a chat application, and i was wondering: If i want to include file transfer functions in it.... should i directly send the file, broken up into Datagram Packets (i'm using datagram sockets)... or should I write a separate FTP client program for it.
I don't have much idea how to use the FTP class libraries to do this. Which method is better, and how would I implement it?
I don't have much idea how to use the FTP class libraries to do this. Which method is better, and how would I implement it?