Tutorial to have TBs of storage easy available through http on android from rclone clean or crypt

yes…seeking would be great, but it has to be done by someone who knows go lang.
I dont…yet.

The problem here is, that
in line
157
obj, err := s.f.NewObject(remote)
returned obj is object, not such like in os.Open file system,
so later it is copied into http in 154

  • _, err = io.Copy(w, in)
    and it have to be changed to Write
    but cant…cause obj does not have ReadSeeker method.

i dont know how to convert obj to file …it would have to know size…