开发者

Real Time File Transfer using python script

开发者 https://www.devze.com 2023-02-12 07:26 出处:网络
I want to create anapplication which needs from time to time do file transfer (I want to write the server as well as the client).

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..

N开发者_开发百科immy...


Pyftpdlib as a server.

and any linux box as a client.


FTP Tunneled over SSH. Use twisted and a good linux shell.

0

精彩评论

暂无评论...
验证码 换一张
取 消