Problems with resume property - WeOnlyDo Discussion board

Problems with resume property (General questions)

by Emir, Thursday, August 31, 2006, 14:55 (6659 days ago)

Hi there,

When I set Resume property to true (ftpClient.Resume = true;) , I get wierd problem and file size becomes bigger and bigger.

For example if the real file size is 3.0 MB and problem happens after first 200 KB, when I resume it i got file of total size 3.2 . It looks like it's doing some concatination .

Any idea ?!?

thanks,

Re: Problems with resume property

by wodDrazen, Thursday, August 31, 2006, 15:14 (6659 days ago) @ Emir

Hi Emir,


Did you use TransferMode Property and change value to ASCII? That could cause your problem.

If you didn't change anything:
What version of wodFtpDLX are you using. Newest version is 2.6.2.262.

You can check this out by calling Version property:
-------------
MsgBox ftp1.Version
-------------

We have that problem in past maybe it is fixed.
Could you download latest version of wodFtLDX and try it out:

You can download it here:
http://www.weonlydo.com/Samples/wodFtpDLX.exe

Let us know how it goes.


Regards,
Drazen

Re: Problems with resume property

by wodDrazen, Thursday, August 31, 2006, 15:20 (6659 days ago) @ wodDrazen

Emir,


I forgot to ask you which protocol are you using?
This will help us to duplicate your problem if problem persist with newest version of wodFtpDLX.


Drazen

Re: Problems with resume property

by Emir, Thursday, August 31, 2006, 16:48 (6659 days ago) @ wodDrazen

I solved the problem with the new version... THANK YOU VERY MUCH.
The latest release is great !!!