Slow ListDirectory Method
I am currently using the .NET COM assembly and the ListDirectory method, recursively. I am finding that its performance is pretty slow (in directories with NO symbolic links). I am wondering whether the command line scripting approach could offer faster performance in a recursive directory listing. The one issue I am not sure how to address is that I cannot perform (or don't know how) the recursion within a WinSCP script. Therefore, it would seem I would need to create a new session for each directory recursion, which defeats the performance objectives.
Any ideas?
Any ideas?