Vladimir

Results 148 comments of Vladimir

to be honest, most of the options are pretty much straightforward, try `--help` ``` aft-mtp-cli --help usage: -h --help show this help -v --verbose show debug output -i --interactive force...

interactive == true when input is TTY, or you can force it with -i batch allows you to run cli tool without prompt in case you're parsing its input/output. claim...

this is known issue and I suspect it's race condition in linux kernel. You can check with wireshark, ACK from device will appear when file closes. I never reported it...

>I think I have a similar issue using AFT 3.9 Can you try using master? there's quite a few bugfixes since then

if you can find an example how to provide volume name via fuse ops or any fuse api, I can add it no problem.

Sorry for the late answer, I overlooked this issue. Can you explain more about the issue you're having? I don't quite understand, sorry

Hello! Thanks for the thorough investigation >From https://medium.com/@bandan/media-transfer-protocol-and-4gb-file-transfers-effe74663a63 I know that normal file size attributes are 32-bit uints and thus limited to 4 GiB, and the size field for files...

>So that distinction is from these two parts of the spec, right? Yes, `ObjectInfo` is specific message, pretty much obsoleted in favour of properties. There's only a few fields still...

could you check permissions for folders/files you see with `ls -l` or `stat` ?

ah, I see, can you try `sudo touch foo`? ops, sorry, that's what you've tried :)