8 releases
| 0.1.7 | Aug 29, 2022 |
|---|---|
| 0.1.6 | May 31, 2020 |
| 0.1.5 | Apr 29, 2020 |
#16 in #scp
550KB
2K
SLoC
rftp
A remake of sftp written in Rust.
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
~9–19MB
~229K SLoC