Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: How to know if Download of a file is Complete

You have to wait for script to complete.
Sowmya

How to know if Download of a file is Complete

Hi,

I use the Winscp scripting feature in vb.net to transfer files back and forth from linux to windows..
I have a zip file on the linux machine that is downloaded to the local windows system through "get" command. immediately after this i try to extract the zip file on my local m/c. now, the problem is, when I run teh code,tracing line by line, things work fine. but, the code tries to extract files from a zip files which is not completely downloaded yet and hence throws err.

Can you please tel me how can i check if my download of zip file is complte through winscp scripting even before extraction?
This is very urgent. Your help would be highly appreciated.
Thanks