Tagged Questions

1
vote
1answer
238 views

How to Optimize Transfer Performance with UploadBufferLength?

In some performance tests, we're getting slower Ftp Upload times with our Rebex library than compared with FileZilla. Looking at the network traffic, I noticed all packet sizes fro …
0
votes
1answer
127 views

Increase Download Performance

In a similar regard to the UploadBufferLength property for uploads, is there a way to increase the packet/buffer size for file downloads using the Rebex ftp client? I'm noticing t …
1
vote
1answer
118 views

Difference between UploadBufferLength and TcpClient.SendBuffer?

In relation to this question, http://forum.rebex.net/questions/173/how-to-optimize-transfer-performance-with-uploadbufferlength, we're still seeing slower ftp upload times than we' …