Can the Fabric library for Python be used to load C code onto a remote server, then execute it? -


if so, general tips start reading fabric documentation?

you can't ask fabric upload source, compile , execute it, pre-compile locally (keep binary file ready), upload it, , execute remotely. take put , run operations:

fabric.operations.put(*args, **kwargs)

fabric.operations.run(*args, **kwargs)


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -