Is wodSFTPdll thread-safe? - WeOnlyDo Discussion board

Is wodSFTPdll thread-safe? (wodSFTP / wodSFTP.NET / wodSFTPdll)

by yumcious, Wednesday, March 09, 2005, 13:58 (6998 days ago)

Hi
Can I call the secure ftp API from multiple threads in a VC program?

Are there any gotchas I should be aware of?

Cheers

Re: Is wodSFTPdll thread-safe?

by wodSupport, Wednesday, March 09, 2005, 15:39 (6998 days ago) @ yumcious

You can do that. Just make sure you use it only from the thread from where you initialize it, don't mix threads. We have several customers that use more than one instance, one per thread, and works nice.