Has anyone come up with speed performance using WinSCP .NET?
I try the C# WinSCP example in http://winscp.net/eng/docs/library#csharp. I note that when it starts up, it takes some 30 seconds to reach the first statement (the initialization of WinSCP.SessionOptions
).
Anyone knows what is going on? How to speed up?
The thing I have to do is to write a C++ program (be it C++/CLI or plain C++) to automate some SFTP transfers which may happen per minute, per X minute, per hour, or even per day. Speed is a concern for me, especially transfers happen per minute. If there is another library which can perform better, please also let me know. Thanks.