Does the .NET component support multi-threading?
Yes, the File Transfer .NET component is thread-safe and can be safely used in a multi-threaded application. In fact, we recommend that most applications use a multi-threaded design with worker threads performing the file transfers. This allows the main UI thread to remain responsive to the user while the File Transfer component does its work in the background.