WodSftp(2.2.3) - Resume not happening (General questions)
Hi,
i am uploading the files and the resume functionality is not working. I have written the code in Vb 6.0. the same code is working for 2.2.0.7 perfectly fine. But in 2.2.0.7 we are facing a different problem if connection from server is broken while upload and if the upload resumes the uploaded file cannot be opened, moved or copied anywhere what could be the reason for that any other property that needs to be set. i am setting the resume property to true.
sftp1.Blocking = True
sftp1.Resume = True
sftp1.Timeout = 0
sftp1.Authentication = authPubkey
these are some of the properties i am setting any suggestions for code?
thanx
vishwas
Re: WodSftp(2.2.3) - Resume not happening
Vishwas,
I was unable to duplicate your problem. I tried it with '1. simple' sample, just changed blocking = true and resume = true, and tried to upload file. In all cases it did resume upload and there were no problems at all.
Can you create small VB project that duplicates your issue, zip it and send it over so we can try it out?