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: resuming in comandline option

3.8 has a bug preventing "open" command to work if a password is specified in its argument. You can work-around it by creating a stored session with password.
subbarao

resuming in comandline option

Hi,

Iam using winscp3 3.7.6 version which does't support resuming even after connection is broken in command line option,But in 3.8 version which supports resuming,How do i write script for resuming in command line?when i wrote the below script

WinSCP3 sftp://user:password@192.168.10.55 /console /script=C:\cdromautoscripts\ftpscripttxt.txt user:password@192.168.10.55

it gave error message:
EAccessViolation
batch on
confirn off
nosession

can you please tell me how do i write script for 3.8 version in command line?