MPU is great, but managing it, especially when there are a lot of parts can be a bit hairy. I'd like some higher level abstraction that I can just give it a large file and let it do the dirty work for me.
E.g.:
mput --multi-part=5M -f bigfile ~~/stor/bigfile
Where --multi-part takes an argument of the part size to break bigfile into, and then mput handles the rest.
MPU is great, but managing it, especially when there are a lot of parts can be a bit hairy. I'd like some higher level abstraction that I can just give it a large file and let it do the dirty work for me.
E.g.:
Where
--multi-part
takes an argument of the part size to breakbigfile
into, and thenmput
handles the rest.