rftp

A remake of sftp written in Rust.

Crates.io Build Status

Installation

This will install rftp to ~/.cargo/bin. bash cargo install --path .

Usage

bash rftp <destination> -u <username> -p <port>

Controls

| Key | Function | |:---|:--------| | Arrow keys
h/j/k/l | Navigate the files | | Enter | Enter into the selected directory | | Spacebar | Download/Upload the selected file | | q | Quit | | Escape | Force quit |