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
{{ message }}
This repository was archived by the owner on Aug 6, 2018. It is now read-only.
I have a file server (A) in which my files are uploaded by some third parties. I access this server A through ssh. And I have an ownCloud server (B). I also access it through SSH.
Basically I would like to upload from A to B using uppy, because I love the fact that the file is not downloaded on the client-side and I love the resumable capability of tus.io protocol. Therefore I would like to benefit from these solution for my case.
How would you recommend me to do it? Is there any way I could have an "SSH provider" in uppy-server which would use for instance a private SSH key to connect? And an "uppy plugin" to select my files from the remote server?
I have a file server (A) in which my files are uploaded by some third parties. I access this server A through ssh. And I have an ownCloud server (B). I also access it through SSH.
Basically I would like to upload from A to B using uppy, because I love the fact that the file is not downloaded on the client-side and I love the resumable capability of tus.io protocol. Therefore I would like to benefit from these solution for my case.
How would you recommend me to do it? Is there any way I could have an "SSH provider" in uppy-server which would use for instance a private SSH key to connect? And an "uppy plugin" to select my files from the remote server?
Thanks in advance for your help!