rudolphpienaar / pfioh

Path File IO Handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pfioh - v2.2.0.6

image

image

image

Table of Contents

Overview

This repository provides pfioh -- a server process (think of it as anonymous ftp that natively understands recursive paths) that allows for file/path push/copy.

pfioh

pfioh is a service that pushes/pulls files and directories between different locations.

Installation

Installation is relatively straightforward, and we recommend using either python virtual environments or docker.

Python Virtual Environment

On Ubuntu, install the Python virtual environment creator

Then, create a directory for your virtual environments e.g.:

You might want to add to your .bashrc file these two lines:

Then you can source your .bashrc and create a new Python3 virtual environment:

To activate or "enter" the virtual env:

To deactivate virtual env:

Using the fnndsc/pfioh dock

The easiest option however, is to just use the fnndsc/pfioh dock.

and then run

Usage

pfioh usage

For pfioh detailed information, see the pfioh wiki page.

EXAMPLES

Start pfioh in forever mode, accessible on localhost:

About

Path File IO Handler

License:MIT License


Languages

Language:Python 96.3%Language:Dockerfile 1.9%Language:Shell 1.8%