Just curious, did you figure out how to do this? I've been using rpyc.Service, but it looks like I really need to have full server access from my client, so I'm going to probably just switch to SlaveService i.e. the new version of rpyc classic. I'm going to play around with this a bit, if I figure it out soon, I'll add a comment here.
On Apr 13, 4:37 am, Daniel Honey <[email protected]> wrote: > I really want to use the upload function that slave service provides > as it seems to be the most direct way to transfer files. However this > is only available under classic mode if you start a slave service. > > I'd like to avoid creating a second arbitraryslaveserviceand instead > make the custom service im writing a slave service. > > I tried to do the following: > > class FooService(rpyc.SlaveService) > ..... > > Then I start the threaded server with my FooService > > But this does not work as I need to make a classic connection in order > to use slave service's upload funtion. > > Please advise, thanks.
