Hi, On Thu, Aug 23, 2012 at 11:59 PM, Daniel With <[email protected]> wrote: > Hi Fabric community, > > I have read the Fabric documentation, but didn't find anything about scp > being supported with Fabric. Is it possible to scp files with Fabric? If so, > how would I go about doing this.
You could ofcourse use 'scp' with run( ), but the fabric way would be to use 'put' [1] [1] http://docs.fabfile.org/en/1.4.3/api/core/operations.html#fabric.operations.put Hope that works. -Amit -- http://echorand.me _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
