@Nypheena: Thanks for your feedback.
- martin
"open ftp://zp300:dummy@172.29.252.16" ^
echo Copying files
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
/command ^
"open ftp://zp300:@172.29.252.16" ^
"cd ""/ """ ^
"lcd ""D:\Data\Wake Steering Pilot - (External) - Measurement Data [EXTERNAL]\Nacelle LiDAR T3 [ZDM #368]\test""" ^
"synchronize local" ^
"exit"
set WINSCP_RESULT=%ERRORLEVEL%
if %WINSCP_RESULT% equ 0 (
echo Success
) else (
echo Error
)
exit /b %WINSCP_RESULT%
test
and a space but as per your suggestion of putting anything in but this hasn't worked.
"C:\Program Files\WinSCP\winscp" /console /command "option batch on" "open twft" "synchronize local" "V:\localpath /remotepath" "exit"