davidegirardi / ebcdicfs

FUSE EBCDIC converter filesystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

$ sudo apt install python3-fuse sshfs
$ # Example: connect to mainframe using sshfs and expose home directory with EBCDIC handling
$ mkdir -p sshfs-z sshfs-z-ebcdic
$ sshfs user@mainframe.corp.com: sshfs-z
$ python3 ebcdicfs.py ~/sshfs-z ~/sshfs-z-ebcdic
$ vim ~/.bashrc

About

FUSE EBCDIC converter filesystem


Languages

Language:Python 100.0%