Nick Craig-Wood
Nick Craig-Wood
> Hey, It's been a while.. > > I've gained some basic experience in Go recently so I decided to try dive into this idea. Great! > The code-base is...
Thanks for the test report. The `TestIntegration/FsMkdir/FsEncoding/control_chars` failure is OK I think - if your backend doesn't support control characters then there is not a lot we can do about...
> Thanks for your feedback. So the go test -v -remote Sirv:iantiark -run "TestIntegration" just hangs up on this part > > ``` > === RUN TestIntegration/FsMkdir/FsListRDirNotFound > 2025/06/05 12:31:49...
@IgorVaryvoda let me know how the tests are going when you are ready - thanks
@IgorVaryvoda > Lots of tests fail because of: > > `unknown-size-update.txt: Modification time difference too big |-204580h40m48.500000001s| > 1s (want 2002-02-03 04:05:06.499999999 +0000 UTC vs got 2025-06-06 08:45:55 +0000 UTC)...
Can you research whether winfsp supports this or not? I suspect that it is entirely winfsp's responsibility.
I don't think the sparse files will have anything to do with it. That's invisible to the filling system that things presents. You could try with --vfs-cache-mode off if you...
So we've worked out this is possible to implement but only on Windows. The implementation is reasonably tricky, alas, to do it properly it needs to be tightly integrated into...
I don't want to change the default values of `--checkers` and `--transfers` they are quite carefully chosen to be a compromise between small systems and large systems. However writing in...
Try one of the methods here: https://rclone.org/remote_setup/ Copying the config file is probably the most reliable in your case.