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 arbitrary slaveservice and 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.
