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: Windows Batch

There's no command for that. This FAQ may help you.
dpetzel

Windows Batch

Hello,
I have a windows batch that calls WINSCP3. I see that in the GUI there is an option for the file modification of lower case. I need to force this option from the Commaind Line, But I do not see the option available. Here is the line of my the batch that is uploading the file:

%VarWINSCPFolder%\winscp3.com %varusername%@%varServer% /command "option batch abort" "option confirm off" asc "lcd %varThrowFolder%%varusername%\" "put %varFileName%%varFileExtension%" exit

If someone could tell me how I could force the lowercase I would greatly appreciate it.
Thanks