Giter VIP home page Giter VIP logo

porygon-ftp's Introduction

porygon

porygon searches the LAN for FTP servers and indexes them. You can then search the index with a web interface.

https://github.com/bbc2/porygon-ftp/raw/master/misc/screenshot.png

Rationale

Students often want to make some of their files available to other mates. They are also often connected to the same residence hall network and FTP is a quick and quite universal solution. Unfortunately, unlike specific file sharing software, such an infrastructure lacks the search function. Finding content is thus hard because everybody has its own way of (not) keeping their file hierarchy clean and organized.

Enter porygon, a set of simple Python programs, coming with a scanner, an indexer and a web search interface. You can finally find what you’re looking for in a matter of seconds!

Testing

You can try porygon with Docker and docker-compose:

  • Clone this repository
  • Copy app/local_settings.py.sample to app/local_settings.py and edit the latter:
    NETWORK = '172.17.0.0/24' # or whatever your Docker network is
    USER = 'two'
    PASSWD = 'flower'
    
    # Override delays from `settings.py` to make testing faster.
    SCAN_INTERVAL = 20
    OFFLINE_DELAY = 200
    INDEX_INTERVAL = 100
        
  • Run docker-compose up
  • Visit http://localhost:5000
  • Increase or decrease the number of FTP servers with docker-compose scale ftp=<number>

License

See LICENSE (MIT).

porygon-ftp's People

Contributors

bbc2 avatar luc-- avatar mviallon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.