1. 26
  1. 2

    Does it offer any form of encryption in transit?

    1. 2

      It doesn’t appear to. But it looks like it’s using the python socket module, which could be wrapped with the ssl module and a self-signed cert to provide encryption for ‘offline’ mode.

      1. 1

        It creates a server and serves the file through the aiohttp module

    2. 2

      As of now it doesn’t, Things we need to add / improve

      1. 4

        Hi, you haven’t replied to comment but as a top-level.

      2. 1

        Just curious does it support iPhone

        1. 1

          Yes ,cross platform - take a look at the demo included

        2. 1

          Glad it’s using HTTP. I’ve used darkhttpd often to share files with other computers, nice and simple.

          I also use lighttpd + a CGI script called wfm, so people can upload files from their browser. Very useful for getting stuff off phones or old devices.