Comment 3 for bug 720307

Revision history for this message
Jim Baker (jimbaker) wrote :

Support for juju scp should be simple, consisting essentially of parsing the args specific to juju scp and re-expressing for the scp command itself.

Passing through args to scp itself can be facilitated by this support in argparse; http://docs.python.org/dev/library/argparse.html#partial-parsing. We should consider doing the same for juju ssh itself.