This may be a dumb question but would like a suggestion on the best way to handle multiple FTPClient controls..
I am expanding the little WebCam app I wrote so it can handle several cameras and FTP the images to several different sites. I am using Borland C++ Builder and have already pretty much decided to use separate Timers to handle the threading. Timers are easier to code and the timing isn't critical. About the only questions I can think of before I start are.. Do I need more than one TWSocket? and Any issues with dropping multiple FTPClients on one form? Thanks Bob -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
