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

robertm

Just found that bug is listed also under "Command line synchronization - logging output"
robertm

all files uploaded or download are not piped to output

Hi,

I found that only the last file uploaded or downloaded is piped to output if you are handling multiple files. Is there a setting to change this?

Example:

parm file contains:

option batch on
option batch abort
option confirm off
lls
cd ftpfiles
ls
get 1.txt
get 2.txt
bye

Winscp call:

winscp3.com foo@bar.com /ini=winscp.ini /script=parm > log.txt


log.txt only contains:
2.txt | 0 kB | 37.3 kB/s | binary |100%

And not:
1.txt | 0 kB | 37.3 kB/s | binary | 100%