#sftp #ssh #scp

app rftp

Download and upload files from a server via sftp

8 releases

0.1.7 Aug 29, 2022
0.1.6 May 31, 2020
0.1.5 Apr 29, 2020

#291 in Authentication

46 downloads per month

MIT license

550KB
2K SLoC

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

Dependencies

~10–20MB
~247K SLoC