Buffer Size for GetFile/PutFile (General questions)
Is there a way to change the buffer size for GetFile & PutFile? It appears that the default buffer size is set to 4096, but I have found in the past when downloading files of 100+ MB (with another product), you can speed up the transfer immensely if the buffer size is set to 1MB or 1048576 bytes. Can this be done with wodFtpDLX?
Re: Buffer Size for GetFile/PutFile
Dave,
do you refer to any specific protocol, or to all of them in general?
Kreso
Re: Buffer Size for GetFile/PutFile
The product I used in the past could only handle standard FTP and SSL, but I didn't encounter any problems by having the buffer set to 1MB for either of them.
Re: Buffer Size for GetFile/PutFile
I'm now confused. We do have BufferSize property
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~BufferSize.html
isn't that what you need?
Kreso
Re: Buffer Size for GetFile/PutFile
That sounds exactly like what I need, however I don't see it as an option. Is this something that is not included in the evaluation version? I just downloaded the free eval last Friday 9/8/06.
Ftp1 = New WeOnlyDo.Client.FtpDLX()
Ftp1 is my FtpDLX object, but I can not get to the Ftp1.BlockSize member as you sugguest. It's not available. The version of the WeOnlyDo.Client.FTP.dll is 1.1.1.29.
Re: Buffer Size for GetFile/PutFile
Hi Dave,
Unfortunately, momentary wodFtpDLX.NET don't have BufferSize Property.
Our main programmer will see how easy/hard it will be to add it.
We will inform you when we investigate it.
Hope I helped.
Regards,
Drazen
Re: Buffer Size for GetFile/PutFile
Have you heard anything regarding this investigation?
Re: Buffer Size for GetFile/PutFile
Hi Dave,
Yes, BufferSize is implemented in wodFtpDLX.Net. Please download a new version and try it out.
You should be able to set BufferSize Property.
Regards,
Damba