Reputation: 1771
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
Upvotes: 0
Views: 547
Reputation: 56684
Any of the following packages would probably do what you want
Upvotes: 2