-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Comments
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 ? |
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 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. |
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. |
This is a good idea and it would remove my need of issue #33 which I was about to implement. |
This would be pretty useful to copy from generic shell accounts to S3 and vice versa.
The text was updated successfully, but these errors were encountered: