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: Invalid access to memory during the second resume transfer

Thanks for your report.

Can you send me an email, so I can send you back a debug version of WinSCP to track the problem? Please include link back to this topic in your email. Also note in this topic that you have sent the email. Thanks.

You will find my address (if you log in) in my forum profile.
buck

Invalid access to memory during the second resume transfer

I have a adsl line which disconnect during few seconds each hour for unknow reason.

At the first disconnect, there is no problem to resume transfer.
But at the second disconnect, there is a crash with an invalid access to memory.

Here is the command line:
"C:\Program Files (x86)\WinSCP\WinSCP" /ini=d:\bases_backup\batch\WinSCP.ini /script=d:\bases_backup\batch\ftpbackupbapdynamic.txt /log=d:\bases_backup\batch\trace.log

Here is the script:
option batch off
option confirm off
option transfer binary
open sftp://ftpbap:password@xxxx.no-ip.biz -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:x:x:xx:xx:xx:xx"
lcd d:\bases_backup\bap
bin
put -resume bap_26-02-2015.rar
exit

Using WinSCP 5.7 on Windows 2008 Server R2 (same problem with 5.5.6). Session log file is attached.

Thank for your help. Sorry for my english.