Hello,
I'm trying to download multiple files at the same time from the server, or download a single file using multiple connections (segmented). When i create and connect another instance of SftpClient, (even on another thread) an exception is thrown saying that the "channel was closed".
Is there any way i can make this works?
Thanks!
I'm trying to download multiple files at the same time from the server, or download a single file using multiple connections (segmented). When i create and connect another instance of SftpClient, (even on another thread) an exception is thrown saying that the "channel was closed".
Is there any way i can make this works?
Thanks!