Re: Host Does Not Exist When Using Parameter for the Filename
The ancient version of WinSCP you are using (4.1.7, over 6 years old) does not support
Please upgrade.
/parameter
.
Please upgrade.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
/parameter
.
@echo off
cls
C:
cd\WorkingDirectory
winscp417 /console /script=script.txt
pause
Script.Txt
option batch on
option confirm off
open SSIS@server.com
get /Source/BV_201503.zip C:\WorkingDirectory\
close
exit
@echo off
cls
C:
cd\BOTDataImport
winscp417 /console /script=script.txt /parameter BV_201503.zip
pause
option batch on
option confirm off
open SSIS@Server
get /Source/%1% C:\WorkingDirectory\
close
exit