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
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