uppy-server icon indicating copy to clipboard operation
uppy-server copied to clipboard

Upload from SSH server to another SSH server

Open pidupuis opened this issue 7 years ago • 1 comments

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!

pidupuis avatar Apr 18 '18 15:04 pidupuis

@pidupuis you can create your own custom SSH provider. Here's an example project that creates its own uppy custom provider. Please let me know if you have any other questions, or if something seems unclear

ifedapoolarewaju avatar Apr 29 '18 09:04 ifedapoolarewaju