[Solved] Can this code have bottleneck or be resource-intensive?
The problem was the sftp client. The purpose of the console application was to loop through a list<> and download the files. I tried with winscp and, even though, it did the job, it was very slow. I also tested sharpSSH and it was even slower than winscp. I finally ended up using ssh.net which, … Read more