multi winscp synchronize on same directory
Hi,
I am looking for ways to overcome the following.
I am trying to create 2 sessions of winscp to synchronize directory with different host/user id. I did this because of speed.
I add these scripts into the scheduler with different time.
my script is
synchronize -perservetime -resumesupport local C:\tmp /folder1
Session A and B started 15 minutes apart of each other.
Session B's downloading will definitely ahead of session A.
-- Problem: - Session A overwrite the downloaded files of session B.
Session A try to overwrite on a file which session B still in progress.
---Problem: this script hangs in the scheduler.
Thank you in advance.
I am looking for ways to overcome the following.
I am trying to create 2 sessions of winscp to synchronize directory with different host/user id. I did this because of speed.
I add these scripts into the scheduler with different time.
my script is
synchronize -perservetime -resumesupport local C:\tmp /folder1
Session A and B started 15 minutes apart of each other.
Session B's downloading will definitely ahead of session A.
-- Problem: - Session A overwrite the downloaded files of session B.
Session A try to overwrite on a file which session B still in progress.
---Problem: this script hangs in the scheduler.
Thank you in advance.