NetTalk Central

NetTalk FTP => FTP - Ask For Help => Topic started by: kel on March 21, 2009, 01:28:09 PM

Title: multi ftp treads
Post by: kel on March 21, 2009, 01:28:09 PM
Hi

I have a programme that sends files to many different IP address's is it possible to have multiple thread running each sending data to a different address.

The software unattended runs 24/ 7 so I can not have error windows popping up, I currently just use a single thread using a C dll and want to use Nettalk if possible.
We have enough bandwidth.

Any help would greatly appreciated

Title: Re: multi ftp treads
Post by: Bruce on March 22, 2009, 10:12:26 PM
Hi Kel,

Yes, NetTalk is thread-safe, so you can open as many threads as you like at the same time.
Each thread will presumably send a file to a server, then terminate.

Although you need the window structure, because NetTalk is event driven, you can hide the window, and
press the buttons via Events and so on.

Cheers
Bruce