Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

Hi @tbodt this is looking good :-) I'm not sure why the tests aren't passing though - any ideas? Do the tests use cryptomator to build archives and get rclone...

I think that is a great idea. It is also reasonably complicated to implement as this would require a lot of control over the worker pools (there are 4 different...

@sean9999 this would be useful, yes. I'm not sure it is a good first issue though, but I'll let you decide. We have a way of setting --transfers via the...

> since size derivation is based on config assumption (`cipher_version`), not per individual object (this would require HTTP call for every object) Ideas 1. Perhaps the easiest thing to do...

> I will be taking this up soon so adding an issue for tracking the progress. 👍 > The new version also adds a new directory API ([hanwen/go-fuse@e885cea](https://github.com/hanwen/go-fuse/commit/e885cea8d4d40a5a9bb92bc3cef7193f2a316f59)), but I...

At first glance - the `Fd()` methods in `vfs/write.go` and `vfs/read_write.go` aren't implemented. `vfs/write.go` is used when `--vfs-cache-mode off` when writing files and `vfs/read_write.go` is used when the cache is...

> Use the Zoho Workdrive API to retrieve file info and use it to get modtime so files can be synced based on modtime. We do indeed retrieve modtimes for...

Two things would be perfect 1. Give the API the ability to receive modtime as metadata when uploading a file 2. Give the API the ability to change the modtime...

This would probably be relatively easy to add if you wanted to have a go. I think it would need to be added to the upstream library (which we also...

Can you use the [SFTP remote](https://rclone.org/sftp/)? Most times rsync is supported SFTP will be too?