Post a reply

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: Please analyze the error log.

I do not see any log in your post. Nor any description of a problem.
rak-hoon song

Please analyze the error log.

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.