资 源 简 介
This is a very simple client/server script, written in python, to send files with SOAP, avoiding firewall blocking, since it goes p2p through HTTP.
Basic use:
* run the server
$ python sopa_server.py
run the client
$ python sopa_client.py
: a full/relative path to the file IN THE SERVER.
This will result with a server sending you the file you asked for.