Python数据传输
我想开发一个系统,可以在其中传输一些图像,然后在集群上运行一些算法。
我的集群作业提交者应该能够连接多个用户。
我读了一些关于 paramiko 的内容,但需要 ssh 用户,但我不想使用它。
其他规格,我的客户将发送和接收图像。
套接字是最好的解决方案吗?
有人做过这样的事吗?
谢谢
若昂
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下任何软件包都可能满足您的需求
Any of the following packages would probably do what you want