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: Getting "Invalid access to memory" error when calling SynchronizeDirectories

I do not know yet. But would it help you? Do you even have a shell access to the server in the first place? (as your SFTP server does not support checksums).
morten.strand@km.kongsberg.com

Re: Getting "Invalid access to memory" error when calling SynchronizeDirectories

Thanks a lot for the quick response.
Do you know when version 6.3.4 will be released?

Kind Regards,
Morten
morten.strand@km.kongsberg.com

Getting "Invalid access to memory" error when calling SynchronizeDirectories

When using the SynchronizeDirectories method together with the checksum synchronization criteria, I always get the error "Invalid access to memory".
var synchronizationResult =
    session.SynchronizeDirectories(
        SynchronizationMode.Local, localFolder, remoteFolder, true, true,
        SynchronizationCriteria.Checksum);

I'm using the WinSCP version 6.3.3.