Is it possible to transfer files using Msgpack RPC [python and ruby]?
18 views
Skip to first unread message
Stephen Murdoch
unread,
Oct 6, 2014, 4:22:50 AM10/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to msgpa...@googlegroups.com
I'm trying to figure out how I would transfer a .pem file from one server to another using Msgpack RPC. I've got the msgpack-rpc ruby gem on one machine, and the msgpack-rpc-python python module on the other.
The two machine talk to one another and I have everything set up right. I just can't figure out how to put a whole file on the wire and have it transfer over intact..