I am having a issue with slow uploads & SFTP.

I have tried disabling the Zlib http://forum.rebex.net/questions/61/file-upload-with-rebex-sftp-isnt-working-properly

I have also tried

client.Options |= SftpOptions.UseLargeBuffers;

I can't seem to break 1mbps, wheras filezilla and other clients upload around 6-7mbps with my internet connection.

I am using Windows 7 Pro 64bit both .NET 4 & 2.0 versions of the DLL. Also tried on three different machines.

Strange result is using a Vmware virtual machine which is Win7 64 bit I get 4mbps upload with Rebex 4.0 framework sftp dll. This virtual machine is on the same host running Win7 which is one of the ones that is slow uploading.

In short why would a virtual machine upload so much quicker then the host machines..

I am using DU meter to determine the bandwidth during the transfers, and the server is a CORE FTP. The internet connections are on the server side 100mpbs, and FIOS 25/25 client.

asked 03 Mar '11, 07:36

Larry's gravatar image

Larry
16
accept rate: 0%

Most of us at Rebex use Windows 7 Pro 64bit as well and the speed is much closer to other clients. It looks like something is wrong, somewhere and your results with Vmware confirm that (what speed do you get using the Vmware machine wth Filezilla?)Would it be possible to setup a test account for us at your SFTP server? If you are able to reproduce this on 3 diferent machine, we should be able to do it as well and easily analyze the results.

(03 Mar '11, 21:01) Lukas Pokorny ♦♦

ZLIB is disabled by default in the current release. Is there any difference in sped with UseLargeBuffers option enabled vs disabled?

(03 Mar '11, 21:02) Lukas Pokorny ♦♦

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");
link

answered 04 Mar '11, 14:29

Larry%201's gravatar image

Larry 1
16
accept rate: 0%

edited 04 Apr '11, 20:14

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310

I just sent you an e-mail and I'm awaiting your response. I hope we can solve this soon!

(07 Mar '11, 12:45) Lukas Pokorny ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×144

Asked: 03 Mar '11, 07:36

Seen: 934 times

Last updated: 04 Apr '11, 20:14