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

mikeyww

OK, thank you. Sorry, I misunderstood. Great work with this program!
martin

mikeyww wrote:

I see that I can see the commands as they are being executed, but then is there a difference between echo and console?

Sorry, I do not understand. The option "echo" is already implemented, but not part of any release yet.
mikeyww

I see that I can see the commands as they are being executed, but then is there a difference between echo and console?
martin

mikeyww wrote:

I realized I needed "option" before "synchdelete", but the echo is still not being accepted as an option. Would it have an effect if I am using the console?

There's no echo option. Why do you think so?
mikeyww

I realized I needed "option" before "synchdelete", but the echo is still not being accepted as an option. Would it have an effect if I am using the console?
mikeyww

SCRIPT:
option batch on
option confirm off
option echo
synchdelete off
open PCIWG
synchronize local E:\mwbackups\PCIWGwiki\wiki.d /home/pciwwei3/pciwgwiki/wiki.d
close

COMMAND LINE:
"C:\Program Files\WinSCP3\WinSCP3.exe" /ini=K:\WinSCP3.ini /console /script=E:\mwconfigs\WinSCP\PCIWGwiki.txt /log=E:\mwlogs\PCIWGwiki.log
martin

Re: Unknown option error in script

Can you post the script?
mikeyww

Unknown option error in script

When I use console+scripting with echo or synchdelete, I get the following errors.

Unknown option 'echo'
Unknown option 'synchdelete'

Any ideas?

Mike