You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a difference in the data I get with get vs cat. Using this example CID, QmYPP3BovR2m8UqCZxFbdXSit6SKgExxDkFAPLqiGsap4X, which is 17091 bytes (confirmed via ipfs get and ipfs cat using go-ipfs v0.14.0):
get returns 18944 bytes, cat returns 17091 bytes. The extra bytes for get seem to be at the beginning, I believe the response is a TAR. MIME type detection tells me it's application/x-tar.
I noticed a difference in the data I get with
get
vscat
. Using this example CID,QmYPP3BovR2m8UqCZxFbdXSit6SKgExxDkFAPLqiGsap4X
, which is17091
bytes (confirmed viaipfs get
andipfs cat
using go-ipfs v0.14.0):get
returns18944
bytes,cat
returns17091
bytes. The extra bytes forget
seem to be at the beginning, I believe the response is a TAR. MIME type detection tells me it'sapplication/x-tar
.Looking at the corresponding Go client, they indeed extract the response through tar.
I opened an issue for this in the IPFS docs repo: ipfs/ipfs-docs#1285
The text was updated successfully, but these errors were encountered: