简体   繁体   English

使用python脚本进行实时文件传输

[英]Real Time File Transfer using python script

I want to create an application which needs from time to time do file transfer (I want to write the server as well as the client). 我想创建一个需要不时进行文件传输的应用程序(我想同时编写服务器和客户端)。

What is the best way to do this file transfer? 进行此文件传输的最佳方法是什么?

Thanks in advance.. 提前致谢..

Nimmy... 尼米...

Pyftpdlib as a server. Pyftpdlib作为服务器。

and any linux box as a client. 并以任何Linux操作系统作为客户端。

FTP Tunneled over SSH. FTP通过SSH隧道传输。 Use twisted and a good linux shell. 使用扭曲和良好的linux shell。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM