You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what I'll use that for, just looks cool
fromfabricimportConnectionc=Connection('my-remote-server')
withc.forward_remote(8080):
c.run("remote-data-writer --port 8080")
# Assuming remote-data-writer runs until interrupted, this will# stay open until you Ctrl-C...
The text was updated successfully, but these errors were encountered:
I don't know what I'll use that for, just looks cool
The text was updated successfully, but these errors were encountered: