You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

remofile

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remofile

Quick and easy-to-use alternative to FTP

1.0.0.dev6
Source
pipPyPI
Maintainers
1

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

Keywords

remofile file transfer ftp alternative quick embeddable secure protocol

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts