Python: Open a Listening Port Behind a Router (upnp?)

后端 未结 5 891
长发绾君心
长发绾君心 2020-12-25 14:16

I\'ve developed an application that is essentially just a little ftp server with the ability to specify which directory you wish to share on startup. I\'m using ftplib for t

5条回答
  •  我在风中等你
    2020-12-25 15:03

    I looked for this for many days. I was unable to install miniupnpc using pip for python 3.

    I solved this isue with an implementation found here which will work for python 2.

    I forked it and make the changes to be used on python 3, you can find it Here

    This implementation is by far the simplest I have seen and works well.

提交回复
热议问题