Giter Club home page Giter Club logo

mpfu's Introduction

MPFU ๐Ÿ“๐Ÿš€โ˜๏ธ

Multi-Protocol File Utility

MPFU is a cross-platform (Windows and Linux currently, macOS in the future?) CLI system administration utility that is capable of sending one or more files to multiple destination servers (from a text file or input manually), sending full directories (recursively) to one or more destinations, and sending commands over SSH to multiple servers from the same list (great for deployment scripts!)

Features:

  • FTP, SFTP, SCP, SMB/CIFS, AWS S3 upload
    • S3 upload requires a shared AWS credential file, config file, or environment variable. awscli installation is recommended.
  • One-to-one, one-to-many, or many-to-many uploads from manual input or a list in text format
    • Servers should be listed one per line in the below format:

      protocol:hostname or IP of destination:/remote/upload/path/:username:password

  • SSH remote command to one or more remote machines
    • This feature is not meant to replace a normal SSH session, but rather to complement the upload feature. For instance, you can upload an install or deployment script to multiple remote machines, then run the script on all the remote machines in sequence, within the same MPFU session and using the same serverlist.
  • Windows and Linux support
  • Tab completion for filesystem paths and filenames on all platforms
  • Pretty(?) colors

Python 3.6+ is required for the script version.

In the /exe/ folder are a Windows EXE version, and a Linux ELF version. They are both standalone and do not require Python or anything else to be installed.

mpfu's People

Contributors

bradleysryder avatar jackson8812 avatar

Watchers

James Cloos 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.