João Víctor
João Víctor

Reputation: 1771

Python data transfer

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

Answers (1)

Hugh Bothwell
Hugh Bothwell

Reputation: 56684

Any of the following packages would probably do what you want

Upvotes: 2

Related Questions