https://github.com/jtsiomb/visftp
Visual FTP client with dual-pane text-based UI for DOS and UNIX.
https://github.com/jtsiomb/visftp
dos freedos ftp msdos ofm
Last synced: about 1 month ago
JSON representation
Visual FTP client with dual-pane text-based UI for DOS and UNIX.
- Host: GitHub
- URL: https://github.com/jtsiomb/visftp
- Owner: jtsiomb
- License: gpl-3.0
- Created: 2023-01-28T14:37:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T13:32:05.000Z (5 months ago)
- Last Synced: 2025-03-18T02:22:11.974Z (about 1 month ago)
- Topics: dos, freedos, ftp, msdos, ofm
- Language: C
- Homepage:
- Size: 434 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
visftp - visual ftp client with dual-pane text-mode UI
======================================================

visftp is a text-mode graphical ftp client, with a dual-pane UI , also known as
the "orthodox" file management UI paradigm. The dual-pane UI design is a
perfect fit for an FTP client, where the user is required to navigate two
filesystems simultaneously; one pane is dedicated to the remote filesystem
served over ftp, while the other is for navigating the local filesystem.visftp was written to address the lack of graphical FTP clients for DOS
(MS-DOS, FreeDOS, etc), but will also run on UNIX systems using curses for its
UI.**Project status**: *Prototype*. visftp mostly works, but it's very rough, and you
will find lots of bugs. Feel free to open bug reports, but keep in mind that the
most obvious issues will be solved as a matter of course as this project
progresses.License
-------
Copyright (C) 2023 John TsiombikasThis program is free software. Feel free to use, modify, and/or redistribute it
under the terms of the GNU General Public License version 3, or any later
version published by the Free Software Foundation. See COPYING for details.Hotkeys
-------
- TAB: switch active pane
- F5: copy selected (upload/download)
- F7: create new directory
- F8: delete selected
- F10: quit
- `~`: force UI redraw