fscat

Python filesystem abstraction

Install

All systems
curl cmd.cat/fscat.sh
Debian Debian
apt-get install python-fs
Ubuntu
apt-get install python-fs
Arch Arch Linux
pacman -S python-fs
image/svg+xml Kali Linux
apt-get install python-fs
Windows (WSL2)
sudo apt-get update sudo apt-get install python-fs
Raspbian
apt-get install python-fs

python-fs

Python filesystem abstraction

Pyfilesystem is a Python module that provides a common interface to many types of filesystem, and provides some powerful features such as exposing filesystems over an internet connection, or to the native filesystem. This is the Python 2 version of the fs package.