Replies: 2 comments 2 replies
-
Hello @IljaN , While I'm currently not an active user of opencloud( that will change today however ), I have alot of experience with the other free solution. For your second issue, isn't that the process of uploads being split into chunks, that happens on the backend when you are uploading files, specially for big files like your example. |
Beta Was this translation helpful? Give feedback.
-
Hi @IljaN I am writing from my mobile, so please excuse my short answer. TUS is the preferred way, even for backend to backend uploads. You can see that in uppy/companion how backend uploads can benefit from TUS. We also extended the rclone client to support TUS uploads because it is more reliable. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am hacking on a OpenCloud service which exposes the file system of an authenticated user via SFTP. For uploading files the InitiateFileUpload call of the Gateway-API is used with the "simple" protocol.
This works great for smaller files, however with larger files following issues arise:
Questions:
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions