File fix.patch of Package go-ipfs
--- ./mod/github.com/ipfs/go-ipfs-cmds@v0.6.0/cli/parse.goorig 1970-01-01 01:00:01.000000000 +0100 +++ ./mod/github.com/ipfs/go-ipfs-cmds@v0.6.0/cli/parse.go 2021-07-17 11:07:01.529987168 +0200 @@ -332,7 +332,7 @@ return err } - fpath = path.Base(fpath) + //fpath = path.Base(fpath) file = nf }