Disconnect internet while uploading

i use rclone mount test-rclone: X: --vfs-cache-mode full --dir-cache-time=3 --attr-timeout=3 , i upload a file , the file is uploading but i disconnect wifi , clear cache, and connect wifi again , the server has a file i uploaded but not a full size so i delete that file(in server), re-upload a same file again, but the file seem not to be sent to server

Interesting story (maybe).

If you need help please answer all questions you were asked when opening this thread.

Nobody can see your screen and is interested in trying to guess what is going on.

No details, no help.

i use this for mounting

rclone mount test-rclone: X: --vfs-cache-mode full --dir-cache-time=3 --attr-timeout=3

and i upload a file , the file is uploading but i disconnect wifi , clear cache, and connect wifi again , the server has a file i uploaded but not a full size so i delete that file(in server), re-upload a same file again,


then, the server cannot find the file that i re-upload again (seem like rclone send the file cache i have deleted to server, i guess)

question : how to let rclone sent the new file instead, no a cache i deleted (but
i still need to use --vfs-cache-mode)