Skip to content
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

Add support for scp(ssh) protocol #36

Closed
val314159 opened this issue Nov 4, 2015 · 4 comments
Closed

Add support for scp(ssh) protocol #36

val314159 opened this issue Nov 4, 2015 · 4 comments

Comments

@val314159
Copy link

This would be pretty useful to copy from generic shell accounts to S3 and vice versa.

@piskvorky
Copy link
Owner

Yes, I can see how that is useful.

Python's fabric library has good support for this kind of thing; perhaps we could build on top of that?

Are you up for a pull request @val314159 ?

@val314159
Copy link
Author

Yeah, i hadn't thought of the exact mechanism, I figured the most dead simple way would be just to shell out a command.

fabric might be overkill, there's also this: https://pypi.python.org/pypi/scpclient
They're both front ends to the paramiko library.

Here's a one pager that might be even simpler:

Let me play around and see what I can do - it should be fairly straightforward.

@piskvorky
Copy link
Owner

Perfect -- the simpler the dependencies, the better!

Thanks for offering the exploration / help. Feel free to open a PR for review once you have something reviewable.

@ziky90
Copy link
Contributor

ziky90 commented Nov 6, 2015

This is a good idea and it would remove my need of issue #33 which I was about to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants