albertony

Results 66 comments of albertony

Although I cant find a definitive source, it seems obvious from tests and code inspections that the sftp server package used by the serve sftp command uses a hard coded...

> What logs do you want to see specifically? The server or the mount or both? With what chunk size? If you run the sftp server from interactive Command Prompt,...

Thank you! Logs are always useful in cases like this, and make it easier for others to chip in. May take some time to interpret, though.. 😅 It *could* be...

@ncw: Do you have any input to the staticcheck reported issues in cipher, pacer, and ondrive, as described above (and also in the original issue)? Can we get these out...

> Did not enable `unused`, because there are currently some 15 occurrences of internal functions that are never called in the rclone codebase. The three linters `deadcode`, `structcheck` and `varcheck`...

I pushed an additional commit (as well as rebased on latest master) where I did replace the three deprecated linters `deadcode`, `structcheck` and `varcheck` with `unused`. I have not added...

I've no experience with automount and limited knowledge of systemd myself, I just remembered that PR. It seems like a "perfect fit", and merging that would in fact close this...

So, can we conclude on this? 1. Remove the following from mnt-data.automount example, like #5911 suggests: ``` After=network-online.target ``` 2. Remove the following from mnt-data.mount example: ``` [Unit] After=network-online.target ```...

Did it ever work for you? There have been some related changes and regressions in the last few releases, so it would be really helpful if you could test some...