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

guest wrote:

I noticed on June 19/06 in a thred that you mentioned WinSCP does not support quoted masks. So after I tried it once and failed I did not continue to debug.

It does not. But it is the script command parameter as a whole that needs to be quoted, because it contains spaces.
guest

I noticed on June 19/06 in a thred that you mentioned WinSCP does not support quoted masks. So after I tried it once and failed I did not continue to debug.

It's working now. Maybe it's because of the new version.

Thanks for your assistance.
martin

Re: scripting option exclude

Enclose the mask into double quotes:
option exclude "*.zip>600000K; *\; *.zip.ent"
See documentation.
guest

scripting option exclude

Hi,

I have reviewed the documentation and topics in the forum but continue to have problems with my exclude options.

These all fail with "Too many parameters for command 'option'."

option exclude *\; *.zip>600000K
or
option exclude *.zip>600000K; *.zip.ent
or
option exclude *.zip>600000K; *\; *.zip.ent

However this does work -> option exclude *.zip>600000K
but I still need multiples to work.

Thanks for your time.

BTW: It's functionality I am happy to see included in the new version.