Search found 3 matches

by cfreier
28 May 2014, 11:42
Forum: Help
Topic: File Size Limit when c,
Replies: 8
Views: 2664

Re: File Size Limit when c,

Well, I can copy the file over by hand without problems. Also, the error appears before the comparison, before anything is copied.

I don't understand which step in the comparison is responsible for this. Could you please explain which operation is going when the windows api produces this error ...
by cfreier
22 May 2014, 11:22
Forum: Help
Topic: File Size Limit when c,
Replies: 8
Views: 2664

Re: File Size Limit when c,

This is an error message coming from the Windows API, not from FFS.Zenju
Ok, does this mean it's a fundamental limit or is it fixable by adjusting the API use? 65MB just doesn't seem very big to me, this means that "compare file content" is a very limited syncing method!?
by cfreier
16 May 2014, 08:31
Forum: Help
Topic: File Size Limit when c,
Replies: 8
Views: 2664

File Size Limit when c,

I'using the "compare file content" method for a two-way-sync two folders (one on my hard disk, another on a webdav share).

Upon comparing , I get error 223 when it reaches one file. The message is ".. file size exceeds the maximum allowed size and can not be saved (CreateFile)". That file, however ...