Problems with resume property (General questions)
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
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
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
I solved the problem with the new version... THANK YOU VERY MUCH.
The latest release is great !!!