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 folders (Bug since 4.2.8)

pedder55655 wrote:

I'm using a command line to keep folder in sync. That worked well
until in installed the latest version. The new version seems
not to determine correctly what to copy and what not. It simply
copies all files, regardless whether they changed or not.

Thanks for your post. This issue is being tracked already.

Invalid access to memory

This bug is being tracked already.
pedder55655

Synchronize folders (Bug since 4.2.8)

Hey,

I'm using a command line to keep folder in sync. That worked well
until in installed the latest version. The new version seems
not to determine correctly what to copy and what not. It simply
copies all files, regardless whether they changed or not.

Im starting it with

start "abc" "C:\Program Files (x86)\WinSCP\WinSCP.exe" /console /command "option batch on" "option confirm off" "open user:pass@session" "synchronize remote "\\xxxserver\transfer\myfolder" "/data/apache/vhosts/targetfolder"" "close"


4.2.8 Copies all files over and over again. Last printed lines are
No session.
Invalid access to memory
winscp>


I reverted to 4.2.6 which acts correctly and only copies modified files. End of output:
Nothing to synchronize.
Session 'XXXXX' closed.
No session.
winscp>


Sorry I cannot provide the complete output since WinSCP insists of opening an
own output window instead of using the one I'm providing and simply using stdout.



Thx -Chuck