Post a reply

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

martin

Re: multi winscp synchronize on same directory

Well, maybe, if more people ask for this.
davidny

Re: multi winscp synchronize on same directory

martin wrote:

You just cannot run two synchronizations at the same time.


I did tried on a single session winscp synchronization and run a different application "filezilla" to download the same ftp site.
It simply does not re-check the file's existence.

Do you think it would be nice to add new feature like this ?


Thank you.
martin

Re: multi winscp synchronize on same directory

You just cannot run two synchronizations at the same time.
davidny

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.