Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfs add with wild card only add the first file. #6328

Closed
ylussaud opened this issue May 14, 2019 · 1 comment
Closed

ipfs add with wild card only add the first file. #6328

ylussaud opened this issue May 14, 2019 · 1 comment

Comments

@ylussaud
Copy link

Version information:

go-ipfs version: 0.4.20-
Repo version: 7
System version: amd64/linux
Golang version: go1.12.4

Type:

bug

Description:

Using wild card when adding files to ipfs doesn't work any more. Only the first file is added even if the total size seems to be properly computed:

ipfs add Z*
added Qm.... Za....
362.07 MiB / 14.78 GiB [>--------------------------------------] 2.39% 01m32s

Adding recursively a folder work as expected.

As a work around I moved back to 0.4.19.

@magik6k
Copy link
Member

magik6k commented May 14, 2019

This is #6254, and was fixed in #6255

@magik6k magik6k closed this as completed May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants