Thanks for your reply.
FYI
dll ver: v4.0.30319
1)Filezilla inside the Virtual machine is uploading between
5-6mbps
2)Filezilla on the host machine(s) same results 5-6mbps
3)Rebex on the host less then 1mbps Win7 64
4)Rebex on the virtual machine ~4mbps. (An the virtual machine is
on the same host getting the slow speeds, network adapter is bridged) Win7 64
5)Tested on my laptop windows 7 64bit <1mbps
6)Tested on another host machine Windows 7 64bit <1mbps
I have a test account ready to go if you want to test
I suppose you can send me a private message to exchange those details?
I have also tried changing the receive window size on the server,
and the UseLargeBuffers does not seem to make any change in speed either
way.
code I am using for the test:
Sftp client = new Sftp();
client.Options |= SftpOptions.UseLargeBuffers;
client.Connect("host",4000);
client.Login("u", "p");</p>
client.PutFile(@"c:\temp\test.bin", "test.bin");