Skip to content

intjelic/remofile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages