error 141 can't open log file
I run a batch file with the following command
C:\Progra~2\WinSCP\winscp.exe /console /script=transfer.txt /xmllog=transfer.log /nointeractiveinput
it runs the script 'transfer.txt' as shown here
option batch on
option confirm off
option transfer ascii
open sftp://root:password1@server1 -hostkey=*
lcd V:\test
cd /remote1
mput *.xml
cd /remote2
mput *.xml
open sftp://root:password2@server2 -hostkey=*
cd /remote1
mput *.xml
cd /remote2
mput *.xml
open sftp://root:password3@server3 -hostkey=*
cd /remote1
mput *.xml
cd /remote2
mput *.xml
open sftp://root:password4@server4 -hostkey=*
cd /remote1
mput *.xml
cd /remote2
mput *.xml
it correctly logs the result for "server1" but after it connects to server2 i get the error "141 can't open log file 'transfer.log'
the log then is written to V:\test (the local directory shown above) and server2 logs correctly to that copy.
from there, SERVER3 and SERVER4 don't get logged anywhere
any ideas how to correct this behaivor?
Thank You
M
C:\Progra~2\WinSCP\winscp.exe /console /script=transfer.txt /xmllog=transfer.log /nointeractiveinput
it runs the script 'transfer.txt' as shown here
option batch on
option confirm off
option transfer ascii
open sftp://root:password1@server1 -hostkey=*
lcd V:\test
cd /remote1
mput *.xml
cd /remote2
mput *.xml
open sftp://root:password2@server2 -hostkey=*
cd /remote1
mput *.xml
cd /remote2
mput *.xml
open sftp://root:password3@server3 -hostkey=*
cd /remote1
mput *.xml
cd /remote2
mput *.xml
open sftp://root:password4@server4 -hostkey=*
cd /remote1
mput *.xml
cd /remote2
mput *.xml
it correctly logs the result for "server1" but after it connects to server2 i get the error "141 can't open log file 'transfer.log'
the log then is written to V:\test (the local directory shown above) and server2 logs correctly to that copy.
from there, SERVER3 and SERVER4 don't get logged anywhere
any ideas how to correct this behaivor?
Thank You
M