rr- / ftpfs

FTP over FUSE with Python
MIT License
7 stars 1 forks source link

ftpfs

I needed to rsync something into an FTP server and curlftpfs, the only FTP over FUSE implementation I know of, has failed me completely.

Highlights:

Installation:

pip install ftpfs --user

or

git clone https://github.com/rr-/ftpfs
cd ftpfs
pip install --user .

Usage:

ftpfs host mountpoint (will ask for credentials interactively)

or

ftpfs host mountpoint --user foo --pass bar

If you wish to run it in background, add --daemon.

License - MIT.