transloadit / uppy-server

[DEPRECATED] 'Uppy Server' was renamed to 'Companion' and lives inside the Uppy repo no
https://github.com/transloadit/uppy/tree/master/packages/%40uppy/companion
MIT License
114 stars 27 forks source link

Upload from SSH server to another SSH server #83

Open pidupuis opened 6 years ago

pidupuis commented 6 years ago

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!

ifedapoolarewaju commented 6 years ago

@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