I do not see any log in your post. Nor any description of a problem.
Hello.
First, I do not ENG well.
I received this Transfer Error log.
I run WinSCP as a script.
EX)
open ftp://ID:PWD@IP:PORT -passive=on -timeout=600
cd temperature
put -transfer=binary *_log_*.log
// Only one file is transferred.
a
cd ../BinFiles
put -transfer=binary *_BinName.txt
// Only one file is transferred.
a
cd ../Launcher
put -transfer=binary *_VerNum.txt
// Only one file is transferred.
a
cd ../EventLogs
put -transfer=binary *_EventLog.txt
// Only one file is transferred.
a
cd ../Resource
put -transfer=binary *_result.txt
// Only one file is transferred.
a
cd ../Alarm
put -transfer=binary *_Alarm.txt
// Only one file is transferred.
a
cd ../HWInfo
put -transfer=binary *_HWInfo.txt
a
exit
I want to know why the file transfer did not work.
Thank you.