Sending files in Python -


i quite new python , wanted send files using python. found out sockets. searched ready-made solution, because thought client-server communication such common use, there must exist kind of library (or maybe it's because of java background , got used it:d). answers sending files found mentioned sockets , 'you have write protocol yourself'.

so here's question: there library, ready protocol client-server communication in python (preferably 2.7)?

twisted common one:

http://twistedmatrix.com/trac/

http://twistedmatrix.com/documents/13.0.0/core/examples/


Comments