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

Guest

I too faced this problem, but I don't know about the synchronize command. With the help of your thread I gained some knowledge about it. What are the commands should we used for complete resume download without time delay?
YairGOW

Thanks :)
martin

Re: Resume Download

YairGOW wrote:

Edit: Well, I've checked out what happens when the connection dies, and it seems it retries to connect and when it does, the download resumes. I wonder, though, whether it'll stop trying to reconnect at some point or just keep trying until it does.

That's configurable (in GUI):
https://winscp.net/eng/docs/ui_pref_resume

And I guess when the computer reboots in the middle of the transfer it won't resume, since it would require to run the script all over again.

Correct.
YairGOW

Re: Resume Download

martin wrote:

Note that the transfer should resume automatically when interrupted. So there's no need to restart the script and resume manually.


So, if my connection dies, it should resume? Or if the computer restarts?

Edit: Well, I've checked out what happens when the connection dies, and it seems it retries to connect and when it does, the download resumes. I wonder, though, whether it'll stop trying to reconnect at some point or just keep trying until it does.

And I guess when the computer reboots in the middle of the transfer it won't resume, since it would require to run the script all over again.
martin

Re: Resume Download

Note that the transfer should resume automatically when interrupted. So there's no need to restart the script and resume manually.
YairGOW

Re: Resume Download

martin wrote:

No, it's not possible.


Oh, i see.
And any chance it could be implemented in future versions?
martin

Re: Resume Download

No, it's not possible.
YairGOW

Resume Download

Hi :)

I was wondering if there was a way to get WinSCP to resume a file download using the 'synchronize' command. I mean, when I use the 'get' command and the download of the files stops in the middle of the download(like 1.2GB out of 1.9GB), then I can run the script again and the download will continue from 1.2GB upwards. Now, when using the 'synchronize' command(with -criteria=size), the download will start all over again if the files aren't of the same size.
So, is the any way to do it? Cause with large files, it's really depressing having to start the download all over again...