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

martin

Re: synchronize remote - another way ?

WinSCP does not support this.

Btw, would you want it to blindly append the tail of the file? Or would you want it to also check that the previous part is really the same?
andrewxxx

synchronize remote - another way ?

The current synchronization is:

synchronize remote -delete -filemask="|*.lock" c:\folder /share/Profiles

Every time a file in the local folder is changed, it syncs it to the remote one.

Is it possible to synchronize like this, for example:
1. The local folder contains one file, eg 10GB.
2. The remote folder already contains this 10GB file.
After changing the file from the local folder from 10GB to 11GB, I would like the whole file not to be copied to the server, but only to add the missing 1GB to the file. Is there any way to do this?