rftp

Crates.iorftp
lib.rsrftp
version0.1.7
sourcesrc
created_at2020-04-03 15:36:34.346771
updated_at2022-08-29 03:19:20.594701
descriptionDownload and upload files from a server via sftp.
homepage
repository
max_upload_size
id225957
size565,327
Ellis Hoag (ellishg)

documentation

README

rftp

A remake of sftp written in Rust.

Crates.io Build Status

A demo of rftp

Installation

This will install rftp to ~/.cargo/bin.

cargo install rftp

Usage

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
z Show/hide hidden files
q Quit
Q Force quit
? Print help message

TODO

  • Create new directories
  • Upload/download directories recursively
  • Show/hide invisible files
Commit count: 0

cargo fmt