intjelic / remofile

Quick and easy-to-use alternative to FTP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remofile

Documentation Status

Remofile is a protocol, a Python library and a command-line interface to transfer files back and forth from/to a remote server. It's a quick and easy-to-use alternative to FTP and other transfer files tools.

It features:

  • All common file operations
  • Connectionless command-line interface
  • Bidirectional directory synchronization
  • Simple authentication based on tokens
  • Encrypted communication based on Curve
  • Pick up interrupted transfered files
  • Direct remote file reading and writing
  • Temporary and volatile server mode
  • Listening on a custom ZeroMQ socket

Because it's purposely designed to be simple, it doesn't support concurrent access, direct change of ownership and permissions, or any complex authentication system. However, it's secured and Remofile also is an excellent files synchronization tool.

More information

Website: https://www.sonkun-dev.net/project/remofile

Author: Jonahan De Wachter (dewachter.jonathan[at]gmail[dot]com)

Documentation: https://remofile.readthedocs.io

Repository: https://github.com/sonkun/remofile

About

Quick and easy-to-use alternative to FTP.

License:MIT License


Languages

Language:Python 100.0%