816cffbb20f7633317fbf828552803730d8ea090
[oftp] / README.md
1 oftp - ftp client with dual-pane text-mode UI
2 =============================================
3
4 oftp is a text-mode graphical ftp client, with a dual-pane UI , also known as
5 the "orthodox" file management UI paradigm. The dual-pane UI design is a perfect
6 fit for an FTP client, where the user is required to navigate two filesystems
7 simultaneously; one pane is dedicated to the remote filesystem served over ftp,
8 while the other is for navigating the local filesystem.
9
10 oftp was written to address the lack of graphical FTP clients for DOS (MS-DOS,
11 FreeDOS, etc), but will also run on UNIX systems using curses for its UI.
12
13 **Release status**: *Prototype*. oftp mostly works, but it's very rough, and you
14 will find lots of bugs. Feel free to open bug reports, but keep in mind that the
15 most obvious issues will be solved as a matter of course as this project
16 progresses.
17
18
19 License
20 -------
21 Copyright (C) John Tsiombikas <nuclear@mutantstargoat.com>
22
23 This program is free software. Feel free to use, modify, and/or redistribute it
24 under the terms of the GNU General Public License version 3, or any later
25 version published by the Free Software Foundation. See COPYING for details.
26
27 Hotkeys
28 -------
29   - TAB: switch active pane
30   - F5: copy selected (upload/download)
31   - F7: create new directory
32   - F8: delete selected
33   - F10: quit
34   - `~`: force UI redraw