I want develop a system where I can transfer some images and after run some algorithms on cluster.
My cluster job submitter should be able to connect for more than one user.
I read a little about paramiko but is necessary a ssh user and I don't want use it.
Other specifications, my client will send and receive the images.
Sockets is the best solution?
Anybody did something like this?
Thanks
João