-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bug! after uploading, files are defective and larger #2
Comments
Hi! Thank you for your report! |
Fixes issue #2 (because of updating common-multipart-rfc7578 to version "0.6.0" that includes this commit ferristseng/rust-multipart-rfc7578@6959435)
Fixed by 93d04d2 and released as 0.1.1. A fun fact is that it was needed to just update dependencies to fix this issue (in other words, the issue has been fixed here - ferristseng/rust-multipart-rfc7578@6959435) |
Hello @vlad20012, Thank you for your quick reaction. I have a few questions:
your "ipfs-webdav" is definitely a great project. |
I'm working with colleagues on the project "s5-dev/S5" where we built a "webdav store module" and testing all possible webdav providers and webdav software. I will test your "ipfs-webdav" project there with the s5-node, and then add it to our list later, so that our other developers can also use their project for ipfs. You can have a look at "s5-dev/S5" if you are interested. |
Hello @vlad20012,
i tested the docker version of your "vlad20012/ipfs-webdav".
The connection to the ipfs node worked, and I can also reach the webdav server.
I think it's a great project.
But there are problems, all uploaded files are defective afterwards.
They are on the ipfs node in the mfs, but the size of the files is no longer the same as the original size and even if I download the files via webdav or ipfs, the file size is no longer correct.
They are always bigger than the original.
I compared both files with diff, and it shows that the uploaded files have "0"s inserted in several places.
What's going on there?
I need your help because I don't know the programming language rust myself.
I think if it uploads the files cleanly and works, it's a super top ipfs project.
hopefully you can help.
The text was updated successfully, but these errors were encountered: