Fabric: Implement put/get for Group

Created on 22 Jun 2018  ·  6Comments  ·  Source: fabric/fabric

This missed getting a ticket because it's not really an "upgrading" line item. It's also in the tutorial. Should be a relatively easy thing to bang out soon.

Feature put()/get()

Most helpful comment

Hello, I would really need that feature too,
Meanwhile, here is a dirty workaround if someone is interested :

g = ThreadingGroup...
for c in g:
    result=c.put('myfile.tgz', remote='/tmp/')
    print("Uploaded {0.local} to {0.remote}".format(result))

All 6 comments

Hi, Is anyone working on this. ? I would like to implement this out. :)
@bitprophet

Hello, I would really need that feature too,
Meanwhile, here is a dirty workaround if someone is interested :

g = ThreadingGroup...
for c in g:
    result=c.put('myfile.tgz', remote='/tmp/')
    print("Uploaded {0.local} to {0.remote}".format(result))

Hi, Any news about this one?

I still waiting for this feature in ThreadingGroup, too.

I would love to see this feature as well.

Basically rolling my thoughts on this into #1868 given how closely they're linked, though both will be noted in the changelog.

Was this page helpful?
0 / 5 - 0 ratings