Nick Craig-Wood

Results 1482 comments of Nick Craig-Wood

You cd into the directory with the tests and run `go test -v` that will work for `vfs` `cmd/mount` etc

Interesting idea... We'd have to build out fuzz targets as I understand. Which bits of rclone do you think should be targeted? The servers seem an obvious choice.

Does it have an API? Or maybe it runs of sia?

I ran the CI. I think this is a very interesting idea, and we've had attempts at this in the past. The idea of using a differently named hash for...

Rclone logs in each time it is run, so if you running rclone lots then you'll get lots of logins. However rclone does work with the webdav server in megacmd...

Yes, running a mount (or `rclone serve webdav` etc) will also make rclone persistent.

It is certainly a weakness of the current directory encryption mode. I didn't like the idea of needing extra transactions to read the directory nonce but you are right it...

It looks like it might be public enough so we could use the code from https://github.com/Azure/azure-storage-azcopy/blob/main/common/oauthTokenManager.go directly which would make maintenance easier. @backerman since you wrote this code originally in...

@backerman what we normally do here is use conditional compilation on go version to only include the new feature in go1.18 compilations. When go1.18 becomes the oldest supported version we...

@backerman nice one :-) Let me know if you need help. Try not to break `-vv --dump headers` which involves using rclone's http Client or Transport - it looks like...