Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

kingkurt66

Re: interpretation of the log

thank you :D
martin

Re: interpretation of the log

As long as there are no errors in the log and the exit code of WinSCP is 0, the file transfer completed successfully. At least from WinSCP point of view.
See https://winscp.net/eng/docs/faq_script_result
kingkurt

interpretation of the log

hello, is there an interpretion where i can easily analyze my log?
for example:
2013-02-28 07:53:33.837 File: "468_Zim125_2013_02_28_07_49_09_550.pdf"
. 2013-02-28 07:53:34.103 Copying "468_Zim125_2013_02_28_07_49_09_550.pdf" to remote directory started.
. 2013-02-28 07:53:34.103 Binary transfer mode selected.
. 2013-02-28 07:53:34.103 Checking existence of file.
> 2013-02-28 07:53:34.103 Type: SSH_FXP_LSTAT, Size: 48, Number: 263
< 2013-02-28 07:53:34.118 Type: SSH_FXP_STATUS, Size: 32, Number: 263
< 2013-02-28 07:53:34.118 Status code: 2
. 2013-02-28 07:53:34.118 Checking existence of partially transfered file.
> 2013-02-28 07:53:34.118 Type: SSH_FXP_LSTAT, Size: 57, Number: 519
< 2013-02-28 07:53:34.118 Type: SSH_FXP_STATUS, Size: 32, Number: 519
< 2013-02-28 07:53:34.118 Status code: 2
. 2013-02-28 07:53:34.118 Opening remote file.
> 2013-02-28 07:53:34.118 Type: SSH_FXP_OPEN, Size: 73, Number: 771
< 2013-02-28 07:53:34.134 Type: SSH_FXP_HANDLE, Size: 17, Number: 771
> 2013-02-28 07:53:34.134 Type: SSH_FXP_WRITE, Size: 4125, Number: 1286
. 2013-02-28 07:53:35.525 226 skipped SSH_FXP_WRITE, SSH_FXP_READ, SSH_FXP_DATA and SSH_FXP_STATUS packets.
> 2013-02-28 07:53:35.525 Type: SSH_FXP_CLOSE, Size: 17, Number: 30468
< 2013-02-28 07:53:35.525 Type: SSH_FXP_STATUS, Size: 17, Number: 30214
< 2013-02-28 07:53:35.525 Status code: 0
< 2013-02-28 07:53:35.697 Type: SSH_FXP_STATUS, Size: 17, Number: 30468
< 2013-02-28 07:53:35.697 Status code: 0
> 2013-02-28 07:53:35.697 Type: SSH_FXP_RENAME, Size: 100, Number: 30738
< 2013-02-28 07:53:35.697 Type: SSH_FXP_STATUS, Size: 17, Number: 30738
< 2013-02-28 07:53:35.697 Status code: 0
> 2013-02-28 07:53:35.697 Type: SSH_FXP_SETSTAT, Size: 60, Number: 1033
< 2013-02-28 07:53:35.697 Type: SSH_FXP_STATUS, Size: 17, Number: 1033
< 2013-02-28 07:53:35.697 Status code: 0
> 2013-02-28 07:53:35.697 Script: close
. 2013-02-28 07:53:35.697 Closing connection.


what are the different "SSH_xxxxx" , SIZE and NUMBER syntax meant?
how can i check which filesize this file had, (and finally how many bytes transfered to the endpoint)?
how can i be sure that the filetransfer completed successfully?

thx kurt