using pscp.exe for sftp transfer is very slow compared to filezilla

Posted by Keller on Stack Overflow See other posts from Stack Overflow or by Keller
Published on 2012-03-29T09:54:46Z Indexed on 2012/04/04 11:28 UTC
Read the original article Hit count: 432

Filed under:
|
|
|

I have a weird problem. I'm using pscp.exe from within a C# program (with process.start) to upload files to an SFTP server. Now I have set up a new server with the same program, where I upload to the same SFTP server as before, but It runs incredibly slow in the new server.

The weird thing is that when I try uploading the files manually via FileZilla, the upload goes as fast as expected, but not when using the program.

Can anyone explain this? Am I missing something obvious like a windows setting or something?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .net-4.0