net: nfs: add support for partial downloads from given offset
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 17 Mar 2020 13:03:10 +0000 (14:03 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:20 +0000 (13:19 +0900)
commit40849b544ea11e848511cdaba40fb2f3409eb629
tree704d457437c89e53114c33120c8aa75dceae17c0
parent4918aa4633e0c702e2d3981a8c453c79cb1c9bff
net: nfs: add support for partial downloads from given offset

Add support for downloading file from the given offset (in bytes) and limit the size up to given
bytes.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I9f442d375d6b37986cb7c10f93c11d265886cceb
cmd/net.c
include/net.h
net/nfs.c