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%
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%