| Crates.io | rftp |
| lib.rs | rftp |
| version | 0.1.7 |
| created_at | 2020-04-03 15:36:34.346771+00 |
| updated_at | 2022-08-29 03:19:20.594701+00 |
| description | Download and upload files from a server via sftp. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 225957 |
| size | 565,327 |
A remake of sftp written in Rust.

This will install rftp to ~/.cargo/bin.
cargo install rftp
rftp <destination> -u <username> -p <port>
| 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 |