X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.md;h=6130f88f74a9f033c2a09edd1834c5b2f4844bd9;hb=93d652d345ffa01376110a6e41340537efe87d4b;hp=ae642d0b5761a707d81f24785b74530feea8c61d;hpb=6120587cce15206faa7a38207961a89110de3bcd;p=oftp diff --git a/README.md b/README.md index ae642d0..6130f88 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,21 @@ -oftp - ftp client with dual-pane text-mode UI -============================================= +visftp - visual ftp client with dual-pane text-mode UI +====================================================== -oftp 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 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. + +**Release 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. -oftp 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. License -------