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

by yumcious @, (7359 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

locked

Re: Is wodSFTPdll thread-safe?

by Jasmine, (7359 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.

locked